mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.upcwangying.cloud.samples" -DarchetypeArtifactId="samples-parent-archetype" -DarchetypeVersion="0.3.0.RELEASE" -DinteractiveMode=false
| GroupId | GroupIdcom.upcwangying.cloud.samples |
|---|---|
| ArtifactId | ArtifactIdsamples-parent-archetype |
| Version | Version0.3.0.RELEASE |
| Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.upcwangying.cloud.samples -DarchetypeArtifactId=samples-parent-archetype -DarchetypeVersion=0.3.0.RELEASE -DinteractiveMode=false