Create Java project with Maven archetype archetype-java-junit

Maven archetype with recent java version, JUnit5, assertj and git repository in place.

Create a Java Project by archetype archetype-java-junit with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DjavaVersion="My-javaVersion"   -DgitInit="My-gitInit"   -DarchetypeGroupId="io.github.manedev79"   -DarchetypeArtifactId="archetype-java-junit"   -DarchetypeVersion="1.0.1"   -DinteractiveMode=false 

Required parameters for generate java project:

javaVersion
validationRegex: ^[1-9][0-9]?$
gitInit
validationRegex: true|false

Details about maven archetype archetype-java-junit

License

License

GroupId

GroupId

io.github.manedev79
ArtifactId

ArtifactId

archetype-java-junit
Version

Version

1.0.1
Type

Type

maven-archetype
Description

Description

archetype-java-junit
Maven archetype with recent java version, JUnit5, assertj and git repository in place.
Project URL

Project URL

https://github.com/manedev79/archetype-java-junit
Source Code Management

Source Code Management

https://github.com/manedev79/archetype-java-junit

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.github.manedev79 -DarchetypeArtifactId=archetype-java-junit -DarchetypeVersion=1.0.1 -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.