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
License |
License |
---|---|
GroupId | GroupIdio.github.manedev79 |
ArtifactId | ArtifactIdarchetype-java-junit |
Version | Version1.0.1 |
Type | Typemaven-archetype |
Description |
Descriptionarchetype-java-junit
Maven archetype with recent java version, JUnit5, assertj and git repository in place.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.github.manedev79 -DarchetypeArtifactId=archetype-java-junit -DarchetypeVersion=1.0.1 -DinteractiveMode=false