Create Java project with Maven archetype elasticbeanstalk-docker-dropwizard-webapp-archetype

A Maven Archetype for Publishing Dropwizard-based Services on AWS' Elastic Beanstalk Service

Create a Java Project by archetype elasticbeanstalk-docker-dropwizard-webapp-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="br.com.ingenieux"   -DarchetypeArtifactId="elasticbeanstalk-docker-dropwizard-webapp-archetype"   -DarchetypeVersion="1.3.5"   -DinteractiveMode=false 

Details about maven archetype elasticbeanstalk-docker-dropwizard-webapp-archetype

GroupId

GroupId

br.com.ingenieux
ArtifactId

ArtifactId

elasticbeanstalk-docker-dropwizard-webapp-archetype
Version

Version

1.3.5
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-docker-dropwizard-webapp-archetype -DarchetypeVersion=1.3.5 -DinteractiveMode=false