Maven

Maven Development

Basic Concepts

Maven Drools Plugin: Basic concepts

Rules made available to the Drools rule engine in its most basic form are defined using text files ending in .drl. Although Drools does support other file formats for various other knowledge types, these formats are out of scope unless a plugin user requests support for them.

How to run your tests only once during a Maven-based release

Maybe you also observed that maven-release-plugin executes all tests twice when you run release:prepare release:perform. This short HOWTO explains why this happens in the first place and demonstrates how you can get rid of the extra test run and save some time during release.

Plugin

Maven Drools Plugin

The Maven Drools Plugin supports compilation of knowledge source code (*.DRL) for the Drools Rule Engine into a binary format suitable for both loading into the rule engine and re-using while compiling other knowledge source files.

Maven Drools Support

Maven Drools Support

Syndicate content