Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Latest commit

 

History

165 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluffyj-archetype

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

Contains defaults for often used maven properties and common test dependencies, e. g. JUnit & AssertJ.

The latest release version always tries to include the latest versions of all used dependencies and plugins.

Projects created with this archetype will also contain reasonable default configuration for your favorite IDE. Have a look at the directory ide_setup for details.

Build

Note: JDK >=21 is required for the build.

mvn clean install

Usage

Generate a new project with this command:
mvn archetype:generate -B -DarchetypeGroupId=com.itemis -DarchetypeArtifactId=fluffyj.archetype -DarchetypeVersion=1.20.1 -DgroupId=de.my.groupid -DartifactId=de.my.groupid.artifactid -Dversion=1.0.0-SNAPSHOT -Dpackage=de.my.groupid.artifactid

Build the created project with mvn clean install.

Development

The latest snapshot lives on the develop branch. The latest release lives on the main branch. A tag will be created for every release.

Further Reading

https://maven.apache.org/guides/mini/guide-creating-archetypes.html

About

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

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages