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