mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dapplication="My-application" -DarchetypeGroupId="org.tentackle" -DarchetypeArtifactId="tentackle-project-archetype" -DarchetypeVersion="11.7.4.1" -DinteractiveMode=false
| Группа | Группаorg.tentackle |
|---|---|
| Идентификатор | Идентификаторtentackle-project-archetype |
| Версия | Версия11.7.4.1 |
| Тип | Типmaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.tentackle -DarchetypeArtifactId=tentackle-project-archetype -DarchetypeVersion=11.7.4.1 -DinteractiveMode=false