oakpal:opear-plan
Full name:
net.adamcin.oakpal:oakpal-maven-plugin:2.2.2:opear-plan
Description:
Exports a plan builder configuration for inclusion in an opear
file, using the OpearPackageMojo.
Attributes:
- Requires a Maven project to be executed.
- Requires dependency resolution of artifacts in scope: runtime+system.
- Since version: 1.4.0.
- Binds by default to the lifecycle phase: prepare-package.
Required Parameters
Name |
Type |
Since |
Description |
<planFile> |
File |
1.4.0 |
Specify the output file for the serialized opear plan. Default value is: ${project.build.directory}/oakpal-plugin/opear-plans/plan.json.
|
Optional Parameters
Name |
Type |
Since |
Description |
<planParams> |
PlanParams |
1.4.0 |
Specify the plan parameters.
|
Parameter Details
Specify the output file for the serialized opear plan.
- Type: java.io.File
- Since: 1.4.0
- Required: Yes
- Default: ${project.build.directory}/oakpal-plugin/opear-plans/plan.json
Specify the plan parameters.
- Type: net.adamcin.oakpal.maven.mojo.PlanParams
- Since: 1.4.0
- Required: No