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


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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.streampipes"   -DarchetypeArtifactId="streampipes-archetype-pe-sources"   -DarchetypeVersion="0.60.1"   -DinteractiveMode=false 

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

Группа

Группа

org.streampipes
Идентификатор

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

streampipes-archetype-pe-sources
Версия

Версия

0.60.1
Тип

Тип

maven-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.streampipes -DarchetypeArtifactId=streampipes-archetype-pe-sources -DarchetypeVersion=0.60.1 -DinteractiveMode=false