Create Java project with Maven archetype aws-serverless-jersey-archetype


Create a Java Project by archetype aws-serverless-jersey-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.amazonaws.serverless.archetypes"   -DarchetypeArtifactId="aws-serverless-jersey-archetype"   -DarchetypeVersion="1.1.2"   -DinteractiveMode=false 

Details about maven archetype aws-serverless-jersey-archetype

GroupId

GroupId

com.amazonaws.serverless.archetypes
ArtifactId

ArtifactId

aws-serverless-jersey-archetype
Version

Version

1.1.2
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.amazonaws.serverless.archetypes -DarchetypeArtifactId=aws-serverless-jersey-archetype -DarchetypeVersion=1.1.2 -DinteractiveMode=false