Bug 1291375

Summary: Missing information in the kie-maven-plugin documentation
Product: [Retired] JBoss BRMS Platform 6 Reporter: Spolti <fspolti>
Component: DocumentationAssignee: brms-docs <brms-docs>
Status: CLOSED EOL QA Contact: Lukáš Petrovický <lpetrovi>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1.0CC: alazarot, brms-docs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 19:13:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Spolti 2015-12-14 17:48:53 UTC
Document URL: https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_BRMS/6.0/html/Development_Guide/chap-Maven.html#KIE_Plugin

Section Number and Name: 
4.1.5. KIE Plugin

Describe the issue: 
The docs says: The KIE plugin for Maven ensures that artifact resources are validated and pre-compiled, it is recommended that this is used at all times. To use the plugin simply add it to the build section of the Maven pom.xml

But it does not work.

Suggestions for improvement: 
To get it working we have to add the following configuration in the pom.xml?

<packaging>kjar</packaging>

After that the the META-INF/kbase.cache file is created with the precompiled rule.

Additional information: