Archetype for generating a Java 8/Junit 4 Maven project
This is a Maven Archetype for starting a Java 8 project using JUnit 4. It includes the following:
README.md
package
site
to use the more modern Fluido skinsrc/site/markdown/index.md
To create a new project using this archetype:
$ mvn archetype:generate -B -DarchetypeGroupId=org.spilth -DarchetypeArtifactId=java8-junit4-quickstart -DgroupId=com.example -DartifactId=helloworld -Dversion=1.0.0
$ cd helloworld
$ mvn package site
$ open target/site/index.html
For a less verbose way to use this archetype please check out savant.