mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.github.spotbugs" -DarchetypeArtifactId="spotbugs-archetype" -DarchetypeVersion="0.2.2" -DinteractiveMode=false
| GroupId | GroupIdcom.github.spotbugs |
|---|---|
| ArtifactId | ArtifactIdspotbugs-archetype |
| Version | Version0.2.2 |
| Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.github.spotbugs -DarchetypeArtifactId=spotbugs-archetype -DarchetypeVersion=0.2.2 -DinteractiveMode=false