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