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