/archetype-modern-starter

A modern Java standalone application template

Primary LanguageJavaApache License 2.0Apache-2.0

Archetype Modern Starter

Build Status Maven Central License

What is it

This maven archetype is used to generate modern java standalone application project.

The generated project uses the following technologies:

  • java 8
  • maven 3.5.x
  • log4j 2.11.1
  • junit 4.12

How to use

Under the command line, type the following command:

mvn archetype:generate -Dfilter=archetype-modern-starter

or

mvn archetype:generate -Dfilter=io.github.coder168:

and then follows the given instructions.

How to install into local repository

If you want to install the latest version(SNAPSHOT) into your local repository:

  1. clone the archetype project
  2. under project directory, type the following command:

    mvn clean install