mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.github.ywchang" -DarchetypeArtifactId="maven-archetype-quickstart" -DarchetypeVersion="1.1" -DinteractiveMode=false
| License |
License |
|---|---|
| GroupId | GroupIdcom.github.ywchang |
| ArtifactId | ArtifactIdmaven-archetype-quickstart |
| Version | Version1.1 |
| Type | Typemaven-archetype |
| Description |
Descriptioncom.github.ywchang:maven-archetype-quickstart
Provide up-to-date java quickstart archetype
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.github.ywchang -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.1 -DinteractiveMode=false