If we generate a maven project like this:
mvn archetype:generate -DgroupId=com.example -DartifactId=start -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
It generates one targeting junit 3.8.1 and does not include java 8 at the compiler target. Is there an archetype that targets a more recent 5+ junit dependency, as well as a compatible test case, and java8?