mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.apache.tomcat.maven" -DarchetypeArtifactId="tomcat-maven-archetype" -DarchetypeVersion="2.2" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdorg.apache.tomcat.maven |
ArtifactId | ArtifactIdtomcat-maven-archetype |
Version | Version2.2 |
Type | Typemaven-archetype |
Description |
DescriptionApache Tomcat Maven Plugin :: Archetype
The Tomcat Maven Plugin provides goals to manipulate WAR projects within the Tomcat servlet
container.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.apache.tomcat.maven -DarchetypeArtifactId=tomcat-maven-archetype -DarchetypeVersion=2.2 -DinteractiveMode=false