Goals available for this plugin:
Goal | Report? | Description |
---|---|---|
drools5-integration-helper:drools-compile | No | This goal compile drools. |
drools5-integration-helper:drools-compile-test | No | This goal compile drools for test. |
drools5-integration-helper:drools-copy-validate | No | This goal copy drools file and validate them. |
drools5-integration-helper:drools-copy-validate-test | No | This goal copy drools file and validate them for test. |
drools5-integration-helper:drools-postprocessor | No | This goal post process class to instrumentalize the classes. |
drools5-integration-helper:drools-postprocessor-test | No | This goal post process test class to instrumentalize the classes. |
drools5-integration-helper:drools-report | Yes | This goal analyse report from xml log of the various plugin. The result is a readable log, computed from the report XML file, integrated into the site. |
drools5-integration-helper:help | No | Display help information on
drools5-integration-helper-maven-plugin. Call mvn drools5:help -Ddetail=true -Dgoal=<goal-name>to display parameter details. |
The following specifies the minimum requirements to run this Maven plugin:
Maven | 2.0 |
JDK | 1.6 |
Memory | No minimum requirement. |
Disk Space | No minimum requirement. |
You should specify the version in your project's plugin configuration:
<project> ... <build> <!-- To define the plugin version in your parent POM --> <pluginManagement> <plugins> <plugin> <groupId>org.boretti.drools.integration</groupId> <artifactId>drools5-integration-helper-maven-plugin</artifactId> <version>1.3.0</version> </plugin> ... </plugins> </pluginManagement> <!-- To use the plugin goals in your POM or parent POM --> <plugins> <plugin> <groupId>org.boretti.drools.integration</groupId> <artifactId>drools5-integration-helper-maven-plugin</artifactId> <version>1.3.0</version> </plugin> ... </plugins> </build> ... <!-- To use the report goals in your POM or parent POM --> <reporting> <plugins> <plugin> <groupId>org.boretti.drools.integration</groupId> <artifactId>drools5-integration-helper-maven-plugin</artifactId> <version>1.3.0</version> </plugin> ... </plugins> </reporting> ... </project>
For more information, see "Guide to Configuring Plug-ins"