mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.fastjrun.archetype" -DarchetypeArtifactId="mbg-archetype" -DarchetypeVersion="1.2" -DinteractiveMode=false
GroupId | GroupIdcom.fastjrun.archetype |
---|---|
ArtifactId | ArtifactIdmbg-archetype |
Version | Version1.2 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.fastjrun.archetype -DarchetypeArtifactId=mbg-archetype -DarchetypeVersion=1.2 -DinteractiveMode=false