MVN

org.boretti.drools.integration : drools5-integration-helper-maven-plugin

Maven & Gradle

Dec 02, 2009
2 usages

Drools 5 Integration Helper Maven Plugin · This is the Maven 2 plugin to support Drools 5 integration. This plugin provides compilation of the drools file, validation of the drools file and also code to instrumentalize the class files.

<plugin>
    <groupId>org.boretti.drools.integration</groupId>
    <artifactId>drools5-integration-helper-maven-plugin</artifactId>
    <version>1.3.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.boretti.drools.integration : drools5-integration-helper-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of org.boretti.drools.integration : drools5-integration-helper-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
drools5-integration-helper-maven-plugin-1.3.0
1.2.x
drools5-integration-helper-maven-plugin-1.2.0
1.1.x
drools5-integration-helper-maven-plugin-1.1.0
1.0.x
drools5-integration-helper-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.boretti.drools.integration</groupId>
    <artifactId>drools5-integration-helper-maven-plugin</artifactId>
    <version>1.3.0</version>
</plugin>