mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.gfk.senbot" -DarchetypeArtifactId="SenBotDemo-archetype" -DarchetypeVersion="0.4.6" -DinteractiveMode=false
GroupId | GroupIdcom.gfk.senbot |
---|---|
ArtifactId | ArtifactIdSenBotDemo-archetype |
Version | Version0.4.6 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.gfk.senbot -DarchetypeArtifactId=SenBotDemo-archetype -DarchetypeVersion=0.4.6 -DinteractiveMode=false