Create Java project with Maven archetype quarkus-amazon-lambda-rest-archetype

Build parent to bring in required dependencies

Create a Java Project by archetype quarkus-amazon-lambda-rest-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="io.quarkus"   -DarchetypeArtifactId="quarkus-amazon-lambda-rest-archetype"   -DarchetypeVersion="2.1.2.Final"   -DinteractiveMode=false 

Details about maven archetype quarkus-amazon-lambda-rest-archetype

License

License

GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-amazon-lambda-rest-archetype
Version

Version

2.1.2.Final
Type

Type

maven-archetype
Description

Description

Quarkus - Amazon Lambda AWS Gateway REST API - Archetype
Build parent to bring in required dependencies
Project Organization

Project Organization

JBoss by Red Hat

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.quarkus -DarchetypeArtifactId=quarkus-amazon-lambda-rest-archetype -DarchetypeVersion=2.1.2.Final -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.