Create Java project with Maven archetype gramba-aws-lambda-archetype

Additional tools for the Gramba project

Create a Java Project by archetype gramba-aws-lambda-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dpackage="My-package"   -DarchetypeGroupId="be.cloudway"   -DarchetypeArtifactId="gramba-aws-lambda-archetype"   -DarchetypeVersion="0.0.5"   -DinteractiveMode=false 

Required parameters for generate java project:

package
validationRegex: none

Details about maven archetype gramba-aws-lambda-archetype

License

License

MIT
GroupId

GroupId

be.cloudway
ArtifactId

ArtifactId

gramba-aws-lambda-archetype
Version

Version

0.0.5
Type

Type

maven-archetype
Description

Description

Archetype - gramba-aws-lambda-archetype
Additional tools for the Gramba project
Project URL

Project URL

http://www.cloudway.be
Project Organization

Project Organization

be.cloudway

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=be.cloudway -DarchetypeArtifactId=gramba-aws-lambda-archetype -DarchetypeVersion=0.0.5 -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.