mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.actframework" -DarchetypeArtifactId="archetype-simple-restful-service" -DarchetypeVersion="1.8.6.0" -DinteractiveMode=false
GroupId | GroupIdorg.actframework |
---|---|
ArtifactId | ArtifactIdarchetype-simple-restful-service |
Version | Version1.8.6.0 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.actframework -DarchetypeArtifactId=archetype-simple-restful-service -DarchetypeVersion=1.8.6.0 -DinteractiveMode=false