Create Java project with Maven archetype war-archetype

Pax Web - OPS4J implementation of OSGi HTTP service using Jetty 9 or Tomcat 7. Detailed information to be found at http://team.ops4j.org/wiki/display/paxweb/.

Create a Java Project by archetype war-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.ops4j.pax.web.archetypes"   -DarchetypeArtifactId="war-archetype"   -DarchetypeVersion="7.4.4"   -DinteractiveMode=false 

Details about maven archetype war-archetype

License

License

GroupId

GroupId

org.ops4j.pax.web.archetypes
ArtifactId

ArtifactId

war-archetype
Version

Version

7.4.4
Type

Type

maven-archetype
Description

Description

OPS4J Pax Web - WAR Archetype
Pax Web - OPS4J implementation of OSGi HTTP service using Jetty 9 or Tomcat 7. Detailed information to be found at http://team.ops4j.org/wiki/display/paxweb/.
Project Organization

Project Organization

OPS4J - Open Participation Software for Java

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.ops4j.pax.web.archetypes -DarchetypeArtifactId=war-archetype -DarchetypeVersion=7.4.4 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.