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.7.0"   -DinteractiveMode=false 

Details about maven archetype fluffyj.archetype

License

License

GroupId

GroupId

com.itemis
ArtifactId

ArtifactId

fluffyj.archetype
Version

Version

1.7.0
Type

Type

maven-archetype
Description

Description

Fluffy J Archetype
An improved variety of a Maven Java project archetype. Extra fluffy ❤
Project URL

Project URL

https://github.com/itemis/fluffyj-archetype
Project Organization

Project Organization

itemis AG
Source Code Management

Source Code Management

https://github.com/itemis/fluffyj-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.itemis -DarchetypeArtifactId=fluffyj.archetype -DarchetypeVersion=1.7.0 -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.