mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.github.bessemHmidi" -DarchetypeArtifactId="angularBeans-helloWorld-archetype" -DarchetypeVersion="1.3-RELEASE" -DinteractiveMode=false
GroupId | GroupIdcom.github.bessemHmidi |
---|---|
ArtifactId | ArtifactIdangularBeans-helloWorld-archetype |
Version | Version1.3-RELEASE |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.github.bessemHmidi -DarchetypeArtifactId=angularBeans-helloWorld-archetype -DarchetypeVersion=1.3-RELEASE -DinteractiveMode=false