mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DcontextPath="My-contextPath" -DarchetypeGroupId="org.ops4j.pax.web.archetypes" -DarchetypeArtifactId="wab-archetype" -DarchetypeVersion="7.4.4" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdorg.ops4j.pax.web.archetypes |
ArtifactId | ArtifactIdwab-archetype |
Version | Version7.4.4 |
Type | Typemaven-archetype |
Description |
DescriptionOPS4J Pax Web - WAB 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=wab-archetype -DarchetypeVersion=7.4.4 -DinteractiveMode=false