mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dversion="My-version" -Dpackage="My-package" -DarchetypeGroupId="io.github.oliviercailloux" -DarchetypeArtifactId="java-se-1.8-archetype" -DarchetypeVersion="0.0.5" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdio.github.oliviercailloux |
ArtifactId | ArtifactIdjava-se-1.8-archetype |
Version | Version0.0.5 |
Type | Typemaven-archetype |
Description |
DescriptionJava SE 8 Archetype
A maven archetype for starting Java SE 8 projects.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.github.oliviercailloux -DarchetypeArtifactId=java-se-1.8-archetype -DarchetypeVersion=0.0.5 -DinteractiveMode=false