mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.apache.axis2.archetype" -DarchetypeArtifactId="quickstart-webapp" -DarchetypeVersion="1.7.2" -DinteractiveMode=false
GroupId | GroupIdorg.apache.axis2.archetype |
---|---|
ArtifactId | ArtifactIdquickstart-webapp |
Version | Version1.7.2 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.apache.axis2.archetype -DarchetypeArtifactId=quickstart-webapp -DarchetypeVersion=1.7.2 -DinteractiveMode=false