drools4-integration-helper:drools-copy-validate

Full name:

org.boretti.drools.integration:drools4-integration-helper-maven-plugin:1.1.0:drools-copy-validate

Description:

This goal copy drools file and validate them

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Requires dependency resolution of artifacts in scope: runtime.
  • Binds by default to the lifecycle phase: compile.

Required Parameters

Name Type Since Description
extension String - The default extension for drools file
inputDirectory File - The input directory from where to copy the rules.
outputDirectory File - The output directory into which to copy the rules.

Parameter Details

extension :

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

inputDirectory :

The input directory from where to copy the rules.
  • Type: java.io.File
  • Required: Yes
  • Expression: ${project.basedir}/src/main/drools

outputDirectory :

The output directory into which to copy the rules.
  • Type: java.io.File
  • Required: Yes
  • Expression: ${project.basedir}/target/classes