Create Java project with Maven archetype elasticbeanstalk-javase-archetype

A Maven Archetype Encompassing Jetty for Publishing Java SE Services on AWS' Elastic Beanstalk Service

Create a Java Project by archetype elasticbeanstalk-javase-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="br.com.ingenieux"   -DarchetypeArtifactId="elasticbeanstalk-javase-archetype"   -DarchetypeVersion="1.5.0"   -DinteractiveMode=false 

Details about maven archetype elasticbeanstalk-javase-archetype

GroupId

GroupId

br.com.ingenieux
ArtifactId

ArtifactId

elasticbeanstalk-javase-archetype
Version

Version

1.5.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=br.com.ingenieux -DarchetypeArtifactId=elasticbeanstalk-javase-archetype -DarchetypeVersion=1.5.0 -DinteractiveMode=false