mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="br.com.ingenieux" -DarchetypeArtifactId="elasticbeanstalk-javase-archetype" -DarchetypeVersion="1.5.4" -DinteractiveMode=false
GroupId | GroupIdbr.com.ingenieux |
---|---|
ArtifactId | ArtifactIdelasticbeanstalk-javase-archetype |
Version | Version1.5.4 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=br.com.ingenieux -DarchetypeArtifactId=elasticbeanstalk-javase-archetype -DarchetypeVersion=1.5.4 -DinteractiveMode=false