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
License |
License |
---|---|
GroupId | GroupIdbr.com.miguelfontes |
ArtifactId | ArtifactIdjava-tooling-template-archetype |
Version | Version1.10 |
Type | Typemaven-archetype |
Description |
DescriptionJava Tooling Template Archetype
A quickstart archetype with Travis, JUnit 5, Jacoco, Codecov and Sonarcloud pre-configured from the box!
|
Project URL |
Project URL |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=br.com.miguelfontes -DarchetypeArtifactId=java-tooling-template-archetype -DarchetypeVersion=1.10 -DinteractiveMode=false