mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="am.ik.archetype" -DarchetypeArtifactId="vanilla-spring-webflux-fn-blank-archetype" -DarchetypeVersion="0.2.11" -DinteractiveMode=false
| Группа | Группаam.ik.archetype |
|---|---|
| Идентификатор | Идентификаторvanilla-spring-webflux-fn-blank-archetype |
| Версия | Версия0.2.11 |
| Тип | Типmaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=am.ik.archetype -DarchetypeArtifactId=vanilla-spring-webflux-fn-blank-archetype -DarchetypeVersion=0.2.11 -DinteractiveMode=false