mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Ddocker-hub-name="My-docker-hub-name" -DarchetypeGroupId="nl.ivonet" -DarchetypeArtifactId="javaee8-payara-microprofile-archetype" -DarchetypeVersion="1.2" -DinteractiveMode=false
| Группа | Группаnl.ivonet |
|---|---|
| Идентификатор | Идентификаторjavaee8-payara-microprofile-archetype |
| Версия | Версия1.2 |
| Тип | Типmaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=nl.ivonet -DarchetypeArtifactId=javaee8-payara-microprofile-archetype -DarchetypeVersion=1.2 -DinteractiveMode=false