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