Create Java project with Maven archetype handcraftedbits-archetype-aws

A Maven Archetype for HandcraftedBits AWS Projects

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dname="My-name"   -Ddescription="My-description"   -DinceptionYear="My-inceptionYear"   -DarchetypeGroupId="com.handcraftedbits.archetype"   -DarchetypeArtifactId="handcraftedbits-archetype-aws"   -DarchetypeVersion="1.2.2"   -DinteractiveMode=false 

Required parameters for generate java project:

name
validationRegex: none
description
validationRegex: none
inceptionYear
validationRegex: none

Details about maven archetype handcraftedbits-archetype-aws

License

License

GroupId

GroupId

com.handcraftedbits.archetype
ArtifactId

ArtifactId

handcraftedbits-archetype-aws
Version

Version

1.2.2
Type

Type

maven-archetype
Description

Description

HandcraftedBits Archetype (AWS)
A Maven Archetype for HandcraftedBits AWS Projects
Project URL

Project URL

https://github.com/handcraftedbits/handcraftedbits-archetype
Project Organization

Project Organization

HandcraftedBits

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.handcraftedbits.archetype -DarchetypeArtifactId=handcraftedbits-archetype-aws -DarchetypeVersion=1.2.2 -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.