mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="io.paulbaker.archetypes" -DarchetypeArtifactId="project-quickstart" -DarchetypeVersion="1.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdio.paulbaker.archetypes |
ArtifactId | ArtifactIdproject-quickstart |
Version | Version1.0 |
Type | Typemaven-archetype |
Description |
Descriptionproject-quickstart
A simple archetype for generating modern java applications
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.paulbaker.archetypes -DarchetypeArtifactId=project-quickstart -DarchetypeVersion=1.0 -DinteractiveMode=false