bonita-project:generate-bdm-model
Full name:
org.bonitasoft.maven:bonita-project-maven-plugin:1.0.4:generate-bdm-model
Description:
This mojo generates the BDM model java source code from the given Business Object Model descriptor file.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Binds by default to the lifecycle phase:
generate-sources
.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<bdmModelFile> |
File |
0.1.0 |
The path to a Business Object Model descriptor file. |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<outputFolder> |
File |
0.1.0 |
The path to the output folder where the source code is generated. Default: ${project.build.directory}/generated-sources/java |
Parameter Details
<bdmModelFile>
The path to a Business Object Model descriptor file.
- Type:
java.io.File
- Since:
0.1.0
- Required:
report.plugin.goal.yes
<outputFolder>
The path to the output folder where the source code is generated.
- Type:
java.io.File
- Since:
0.1.0
- Required:
report.plugin.goal.no
- Default:
${project.build.directory}/generated-sources/java