drools5-integration-helper:drools-postprocessor-test

Full name:

org.boretti.drools.integration:drools5-integration-helper-maven-plugin:1.1.0:drools-postprocessor-test

Description:

This goal post process test class to instrumentalize the classes.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Requires dependency resolution of artifacts in scope: runtime.
  • Since version: 1.0.0.
  • Binds by default to the lifecycle phase: process-test-classes.

Required Parameters

Name Type Since Description
extension String 1.0.0 The default extension for drools file
inputDirectory File 1.0.0 The input directory from where to copy the rules.
reportDirectory File 1.1.0 The output directory into which to write report file.
reportFile String 1.1.0 The output file name for the report file.

Parameter Details

extension :

The default extension for drools file
  • Type: java.lang.String
  • Since: 1.0.0
  • Required: Yes
  • Expression: .class

inputDirectory :

The input directory from where to copy the rules.
  • Type: java.io.File
  • Since: 1.0.0
  • Required: Yes
  • Expression: ${project.basedir}/target/test-classes

reportDirectory :

The output directory into which to write report file.
  • Type: java.io.File
  • Since: 1.1.0
  • Required: Yes
  • Expression: ${project.basedir}/target/drools-report

reportFile :

The output file name for the report file.
  • Type: java.lang.String
  • Since: 1.1.0
  • Required: Yes
  • Expression: drools-postprocessor-test.xml