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="io.github.fastcube.factory.tibco.bw.maven" -DarchetypeArtifactId="archetype-bw-mavenizer" -DarchetypeVersion="1.0.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdio.github.fastcube.factory.tibco.bw.maven |
ArtifactId | ArtifactIdarchetype-bw-mavenizer |
Version | Version1.0.0 |
Type | Typemaven-archetype |
Description |
DescriptionbwMaven 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 |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.github.fastcube.factory.tibco.bw.maven -DarchetypeArtifactId=archetype-bw-mavenizer -DarchetypeVersion=1.0.0 -DinteractiveMode=false