mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.github.macchinetta.blank" -DarchetypeArtifactId="macchinetta-web-blank-noorm-thymeleaf-archetype" -DarchetypeVersion="1.8.1.SP1.RELEASE" -DinteractiveMode=false
| Группа | Группаcom.github.macchinetta.blank |
|---|---|
| Идентификатор | Идентификаторmacchinetta-web-blank-noorm-thymeleaf-archetype |
| Версия | Версия1.8.1.SP1.RELEASE |
| Тип | Типmaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.github.macchinetta.blank -DarchetypeArtifactId=macchinetta-web-blank-noorm-thymeleaf-archetype -DarchetypeVersion=1.8.1.SP1.RELEASE -DinteractiveMode=false