Giter Site home page Giter Site logo

fluffyj-archetype's Introduction

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 favorit IDE. Have a look at the directory ide_setup for details.

Build

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

mvn clean install

Maven < 3.5.0

When building with older Maven versions (looking at you, 3.3.9), make sure to activate the corresponding profile:

mvn clean install -Pmvn33

This is required, because Maven switched from Eclipse Aether to Maven Artifact Resolver since 3.5.0.

Usage

Generate a new project with this command:
mvn archetype:generate -B -DarchetypeGroupId=com.itemis -DarchetypeArtifactId=fluffyj.archetype -DarchetypeVersion=1.18.0 -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. When building with Maven < 3.5.0, you need to activate the appropriate profile: mvn clean install -Pmvn33.

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.