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

This archetype will create a POM that inherits from FC TIBCO Factory parent POM *OR* from the client's root POM created with 'archetype-client-root-project' archetype. This POM will be the Maven configuration for the existing TIBCO BW project. 1) you want to use the default FC TIBCO Factory parent, then replace the 'rootProjectGroupId', 'rootProjectArtifactId' & 'rootProjectVersion' by the content of 'fcFactoryGroupId', 'fcFactoryArtifactId' & 'fcFactoryVersion' respectively. 2) you want to use your own parent created with 'archetype-client-root-project', then replace 'rootProjectGroupId', 'rootProjectArtifactId' & 'rootProjectVersion' by the values of your own parent (ex: 'com.company.project', 'project-root', '1.0.0').

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.fastcube.factory.tibco.bw.maven"   -DarchetypeArtifactId="archetype-bw-mavenizer"   -DarchetypeVersion="1.0.1"   -DinteractiveMode=false 

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

Группа

Группа

com.github.fastcube.factory.tibco.bw.maven
Идентификатор

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

archetype-bw-mavenizer
Версия

Версия

1.0.1
Тип

Тип

maven-archetype
Описание

Описание

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.fastcube.factory.tibco.bw.maven -DarchetypeArtifactId=archetype-bw-mavenizer -DarchetypeVersion=1.0.1 -DinteractiveMode=false

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.