Создать Java проект на основе Maven архетипа net.osgiliath.archetype.business.blueprint

Must be behind an Osgiliath parent archetype, business processing of data

Консольная команда для создания Java-проекта на основе архетипа net.osgiliath.archetype.business.blueprint:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.osgiliath.archetypes"   -DarchetypeArtifactId="net.osgiliath.archetype.business.blueprint"   -DarchetypeVersion="0.1.4"   -DinteractiveMode=false 

Модули в готовом maven проекте

  • ${rootArtifactId}.spi
  • ${rootArtifactId}.impl

Подробная информация об архетипе net.osgiliath.archetype.business.blueprint

Группа

Группа

net.osgiliath.archetypes
Идентификатор

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

net.osgiliath.archetype.business.blueprint
Версия

Версия

0.1.4
Тип

Тип

maven-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.osgiliath.archetypes -DarchetypeArtifactId=net.osgiliath.archetype.business.blueprint -DarchetypeVersion=0.1.4 -DinteractiveMode=false