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