Bug 1291375 - Missing information in the kie-maven-plugin documentation
Summary: Missing information in the kie-maven-plugin documentation
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Documentation
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: brms-docs@redhat.com
QA Contact: Lukáš Petrovický
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-14 17:48 UTC by Spolti
Modified: 2020-03-27 19:13 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 19:13:03 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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:


Note You need to log in before you can comment on or make changes to this bug.