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

Configuration files for md-sal

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DrepoName="My-repoName"   -DarchetypeGroupId="org.opendaylight.controller"   -DarchetypeArtifactId="opendaylight-configfile-archetype"   -DarchetypeVersion="1.1.3-Helium-SR3"   -DinteractiveMode=false 

Обязательные параметры для создания java проекта:

repoName
validationRegex: нет

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

Группа

Группа

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

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

opendaylight-configfile-archetype
Версия

Версия

1.1.3-Helium-SR3
Тип

Тип

maven-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.opendaylight.controller -DarchetypeArtifactId=opendaylight-configfile-archetype -DarchetypeVersion=1.1.3-Helium-SR3 -DinteractiveMode=false