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

A Java framework to run Spring, Spring Boot, Jersey, Spark, and Struts applications inside AWS Lambda

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.8.2"   -DinteractiveMode=false 

Details about maven archetype aws-serverless-jersey-archetype

License

License

GroupId

GroupId

com.amazonaws.serverless.archetypes
ArtifactId

ArtifactId

aws-serverless-jersey-archetype
Version

Version

1.8.2
Type

Type

maven-archetype
Description

Description

A Java framework to run Spring, Spring Boot, Jersey, Spark, and Struts applications inside AWS Lambda
Source Code Management

Source Code Management

https://github.com/awslabs/aws-serverless-java-container.git

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.8.2 -DinteractiveMode=false

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.36

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : annotations jar 3.0.1

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.slf4j : slf4j-simple jar 1.7.36
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.