mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.codehaus.mojo.archetypes" -DarchetypeArtifactId="pom-root" -DarchetypeVersion="1.1" -DinteractiveMode=false
GroupId | GroupIdorg.codehaus.mojo.archetypes |
---|---|
ArtifactId | ArtifactIdpom-root |
Version | Version1.1 |
Type | Typemaven-archetype |
Description |
DescriptionPOM Root Archetype
Root project archetype for creating multi module projects
|
Project Organization |
Project OrganizationCodehaus |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.codehaus.mojo.archetypes -DarchetypeArtifactId=pom-root -DarchetypeVersion=1.1 -DinteractiveMode=false