Create Java project with Maven archetype fluffyj.archetype

An improved variety of a Maven Java project archetype. Extra fluffy ❤

Create a Java Project by archetype fluffyj.archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.itemis"   -DarchetypeArtifactId="fluffyj.archetype"   -DarchetypeVersion="1.11.0"   -DinteractiveMode=false 

Details about maven archetype fluffyj.archetype

GroupId

GroupId

com.itemis
ArtifactId

ArtifactId

fluffyj.archetype
Version

Version

1.11.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.itemis -DarchetypeArtifactId=fluffyj.archetype -DarchetypeVersion=1.11.0 -DinteractiveMode=false