Create Java project with Maven archetype elasticbeanstalk-service-webapp-archetype
A Maven Archetype Encompassing RestAssured, Jetty, Jackson, Guice and Jersey for Publishing JAX-RS-based Services on AWS' Elastic Beanstalk Service
Create a Java Project by archetype elasticbeanstalk-service-webapp-archetype with Command Line:
mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="br.com.ingenieux" -DarchetypeArtifactId="elasticbeanstalk-service-webapp-archetype" -DarchetypeVersion="0.2.8" -DinteractiveMode=false
Details about maven archetype elasticbeanstalk-service-webapp-archetype
GroupId |
GroupIdbr.com.ingenieux |
ArtifactId |
ArtifactIdelasticbeanstalk-service-webapp-archetype |
Version |
Version0.2.8 |
Type |
Typemaven-archetype |
How to add to project