Create Java project with Maven archetype java11-junit5

An archetype for generate java 11 projects with junit 5.

Create a Java Project by archetype java11-junit5 with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="uk.co.markg.archetypes"   -DarchetypeArtifactId="java11-junit5"   -DarchetypeVersion="1.0"   -DinteractiveMode=false 

Details about maven archetype java11-junit5

License

License

GroupId

GroupId

uk.co.markg.archetypes
ArtifactId

ArtifactId

java11-junit5
Version

Version

1.0
Type

Type

maven-archetype
Description

Description

uk.co.markg.archetypes:java11-junit5
An archetype for generate java 11 projects with junit 5.
Project URL

Project URL

https://github.com/Toby-Larone/java11-junit5
Source Code Management

Source Code Management

https://github.com/Toby-Larone/java11-junit5/tree/master

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=uk.co.markg.archetypes -DarchetypeArtifactId=java11-junit5 -DarchetypeVersion=1.0 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.