Skip to content

coder168/archetype-modern-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A modern Java standalone application template

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages