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
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.
If you want to install the latest version(SNAPSHOT) into your local repository:
- clone the archetype project
- under project directory, type the following command:
mvn clean install