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
License |
License |
---|---|
GroupId | GroupIdorg.ops4j.pax.web.archetypes |
ArtifactId | ArtifactIdwar-archetype |
Version | Version7.4.4 |
Type | Typemaven-archetype |
Description |
DescriptionOPS4J 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 OrganizationOPS4J - Open Participation Software for Java |
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