bw:list-bw-projects
Full name:
fr.fastconnect.factory.tibco.bw.maven:bw-maven-plugin:2.4.1:list-bw-projects
Description:
This goal lists all the existing TIBCO BusinessWorks projects found in a specified folder and nested subfolders.
The mandatory 'vcrepo.dat' file will be used as a search criteria.
Once the list of projects is ready, it is possible to use children goals such as bw:mavenize-bw-projects with the same parameters.
Attributes:
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
doIt | boolean | - | Whether to trigger the action of children classes or not Default value is: false. User property is: doIt. |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
bwProjectLocation | String | - | The source directory of BusinessWorks project (relatively to the actual project). User property is: bwProjectLocation. |
displayList | boolean | - | Whether to display the list of projects or not. Default value is: true. User property is: display.list. |
ignoreAlreadyMavenizedProjects | Boolean | - | Whether to ignore BW projects already mavenized (those having a POM) in the search results. Default value is: true. User property is: ignore.mavenized.projects. |
patterns | List | - | A list of comma-separated patterns where to search. Must be use with 'recursive' switch. User property is: patterns. |
putPOMInParentDirectory | Boolean | - | True means that the "pom.xml" file must be put in parent folder of BusinessWorks project Default value is: true. User property is: putPOMInParentDirectory. |
recursive | boolean | - | Whether to search recursively in subdirectories or not Default value is: true. User property is: recursive. |
workspaceRoot | File | - | This is the main directory where to look for projects. The projects can be in subfolders. Default value is: ${basedir}. User property is: workspaceRoot. |
Parameter Details
The source directory of BusinessWorks project (relatively to the actual project).
- Type: java.lang.String
- Required: No
- User Property: bwProjectLocation
Whether to display the list of projects or not.
- Type: boolean
- Required: No
- User Property: display.list
- Default: true
doIt:
Whether to trigger the action of children classes or not
- Type: boolean
- Required: Yes
- User Property: doIt
- Default: false
ignoreAlreadyMavenizedProjects:
Whether to ignore BW projects already mavenized (those having a POM) in the search results.
- Type: java.lang.Boolean
- Required: No
- User Property: ignore.mavenized.projects
- Default: true
A list of comma-separated patterns where to search. Must be use with 'recursive' switch.
- Type: java.util.List
- Required: No
- User Property: patterns
True means that the "pom.xml" file must be put in parent folder of BusinessWorks project
- Type: java.lang.Boolean
- Required: No
- User Property: putPOMInParentDirectory
- Default: true
Whether to search recursively in subdirectories or not
- Type: boolean
- Required: No
- User Property: recursive
- Default: true
This is the main directory where to look for projects. The projects can be in subfolders.
- Type: java.io.File
- Required: No
- User Property: workspaceRoot
- Default: ${basedir}