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

This archetype will create a POM that inherits from FC TIBCO Factory parent POM. This POM will be the central configuration for all the TIBCO BusinessWorks projects of this client project. It is possible for instance to redefine here the default properties that will be used for any TIBCO BusinessWorks projects.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DclientProjectName="My-clientProjectName"   -DfcFactoryParentVersion="My-fcFactoryParentVersion"   -DarchetypeGroupId="fr.fastconnect.factory.tibco.bw.maven"   -DarchetypeArtifactId="archetype-client-root-project"   -DarchetypeVersion="2.3.2"   -DinteractiveMode=false 

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

clientProjectName
validationRegex: нет
fcFactoryParentVersion
validationRegex: нет

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

Лицензия

Лицензия

Группа

Группа

fr.fastconnect.factory.tibco.bw.maven
Идентификатор

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

archetype-client-root-project
Версия

Версия

2.3.2
Тип

Тип

maven-archetype
Описание

Описание

BWMaven root POM archetype
This archetype will create a POM that inherits from FC TIBCO Factory parent POM. This POM will be the central configuration for all the TIBCO BusinessWorks projects of this client project. It is possible for instance to redefine here the default properties that will be used for any TIBCO BusinessWorks projects.
Организация-разработчик

Организация-разработчик

FastConnect SAS

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=fr.fastconnect.factory.tibco.bw.maven -DarchetypeArtifactId=archetype-client-root-project -DarchetypeVersion=2.3.2 -DinteractiveMode=false

Зависимости

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

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

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