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.9" -DinteractiveMode=false
Required parameters for generate java project:
- githubUser
-
validationRegex: none
Details about maven archetype java-tooling-template-archetype
GroupId |
GroupIdbr.com.miguelfontes |
ArtifactId |
ArtifactIdjava-tooling-template-archetype |
Version |
Version1.9 |
Type |
Typemaven-archetype |
How to add to project