mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.github.spotbugs" -DarchetypeArtifactId="spotbugs-archetype" -DarchetypeVersion="0.2.1" -DinteractiveMode=false
| Группа | Группаcom.github.spotbugs |
|---|---|
| Идентификатор | Идентификаторspotbugs-archetype |
| Версия | Версия0.2.1 |
| Тип | Типmaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.github.spotbugs -DarchetypeArtifactId=spotbugs-archetype -DarchetypeVersion=0.2.1 -DinteractiveMode=false