bonita-project:uid-page
Full name:
org.bonitasoft.maven:bonita-project-maven-plugin:1.0.4:uid-page
Description:
This mojo builds UI designer pages from sources.
Attributes:
- The goal is not marked as thread-safe and thus does not support parallel builds.
- Binds by default to the lifecycle phase:
process-resources
.
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<excludes> |
String[] |
- |
List of pages to exclude. User Property: page.excludes |
<includes> |
String[] |
- |
List of pages to include. User Property: page.includes |
<outputDirectory> |
File |
- |
The build output directory. Default to ${project.build.directory} Default: ${project.build.directory} User Property: outputDirectory |
<uidWorkspace> |
Map<String,String> |
- |
Specify the UI Designer workspace locations. workspacePath : Default to ${project.basedir} pagesFolderName : Default to web_page fragmentsFolderName : Default to web_fragments widgetsFolderName : Default to web_widgets User Property: uid.workspace |
Parameter Details
<excludes>
List of pages to exclude.
- Type:
java.lang.String[]
- Required:
report.plugin.goal.no
- User Property:
page.excludes
<includes>
List of pages to include.
- Type:
java.lang.String[]
- Required:
report.plugin.goal.no
- User Property:
page.includes
<outputDirectory>
The build output directory. Default to ${project.build.directory}
- Type:
java.io.File
- Required:
report.plugin.goal.no
- User Property:
outputDirectory
- Default:
${project.build.directory}
<uidWorkspace>
Specify the UI Designer workspace locations. workspacePath : Default to ${project.basedir} pagesFolderName : Default to web_page fragmentsFolderName : Default to web_fragments widgetsFolderName : Default to web_widgets
- Type:
java.util.Map<java.lang.String, java.lang.String>
- Required:
report.plugin.goal.no
- User Property:
uid.workspace