Create Java project with Maven archetype java-tooling-template-archetype

A quickstart archetype with Travis, JUnit 5, Jacoco, Codecov and Sonarcloud pre-configured from the box!

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgithubUser="My-githubUser"   -DarchetypeGroupId="br.com.miguelfontes"   -DarchetypeArtifactId="java-tooling-template-archetype"   -DarchetypeVersion="1.10"   -DinteractiveMode=false 

Required parameters for generate java project:

githubUser
validationRegex: none

Details about maven archetype java-tooling-template-archetype

License

License

GroupId

GroupId

br.com.miguelfontes
ArtifactId

ArtifactId

java-tooling-template-archetype
Version

Version

1.10
Type

Type

maven-archetype
Description

Description

Java Tooling Template Archetype
A quickstart archetype with Travis, JUnit 5, Jacoco, Codecov and Sonarcloud pre-configured from the box!
Project URL

Project URL

https://github.com/Miguel-Fontes/java-tooling-template

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=br.com.miguelfontes -DarchetypeArtifactId=java-tooling-template-archetype -DarchetypeVersion=1.10 -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.