Создать Java проект на основе Maven архетипа uctool-archetype

Creates a new project ready to be used with Use Case Tool.

Консольная команда для создания Java-проекта на основе архетипа uctool-archetype:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.sf.uctool"   -DarchetypeArtifactId="uctool-archetype"   -DarchetypeVersion="1.0.1"   -DinteractiveMode=false 

Подробная информация об архетипе uctool-archetype

Группа

Группа

net.sf.uctool
Идентификатор

Идентификатор

uctool-archetype
Версия

Версия

1.0.1
Тип

Тип

maven-archetype

Как подключить последнюю версию

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.sf.uctool -DarchetypeArtifactId=uctool-archetype -DarchetypeVersion=1.0.1 -DinteractiveMode=false