Create Java project with Maven archetype 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').

Create a Java Project by archetype archetype-bw-mavenizer with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DbwProjectName="My-bwProjectName"   -DprojectPackaging="My-projectPackaging"   -DrootProjectGroupId="My-rootProjectGroupId"   -DrootProjectArtifactId="My-rootProjectArtifactId"   -DrootProjectVersion="My-rootProjectVersion"   -DrootRelativePath="My-rootRelativePath"   -DbwProjectLocation="My-bwProjectLocation"   -DbwProjectLocationIsInherited="My-bwProjectLocationIsInherited"   -DversionIsInherited="My-versionIsInherited"   -DputPOMInParentDirectory="My-putPOMInParentDirectory"   -DarchetypeGroupId="fr.fastconnect.factory.tibco.bw.maven"   -DarchetypeArtifactId="archetype-bw-mavenizer"   -DarchetypeVersion="2.4.1"   -DinteractiveMode=false 

Required parameters for generate java project:

bwProjectName
validationRegex: none
projectPackaging
validationRegex: none
rootProjectGroupId
validationRegex: none
rootProjectArtifactId
validationRegex: none
rootProjectVersion
validationRegex: none
rootRelativePath
validationRegex: none
bwProjectLocation
validationRegex: none
bwProjectLocationIsInherited
validationRegex: none
versionIsInherited
validationRegex: none
putPOMInParentDirectory
validationRegex: none

Details about maven archetype archetype-bw-mavenizer

License

License

GroupId

GroupId

fr.fastconnect.factory.tibco.bw.maven
ArtifactId

ArtifactId

archetype-bw-mavenizer
Version

Version

2.4.1
Type

Type

maven-archetype
Description

Description

BWMaven TIBCO BusinessWorks project 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').
Project Organization

Project Organization

FastConnect SAS

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.