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.10.0.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.10.0.Final
Type

Type

maven-archetype
Description

Description

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

Project URL

https://github.com/quarkusio/quarkus
Project Organization

Project Organization

JBoss by Red Hat
Source Code Management

Source Code Management

https://github.com/quarkusio/quarkus

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

Dependencies

test (1)

Group / Artifact Type Version
io.quarkus : quarkus-bom pom 2.10.0.Final

Project Modules

There are no modules declared in this project.