]
Mario Fusco resolved DROOLS-1572.
---------------------------------
Fix Version/s: 7.1.0.Final
Resolution: Done
Fixed by
Figure 4.2. Example POM shows old maven group/artifactId
--------------------------------------------------------
Key: DROOLS-1572
URL:
https://issues.jboss.org/browse/DROOLS-1572
Project: Drools
Issue Type: Enhancement
Components: docs
Affects Versions: 6.5.0.Final, 7.0.0.CR3
Environment: Google Chrome
Reporter: Russell Morrisey
Assignee: Mario Fusco
Fix For: 7.1.0.Final
In the Drools documentation, figure 4.2 (*Example project layout and Maven POM*) shows
the wrong groupId and artifactId. The correct artifact is:
{code:java}
org.kie:kie-maven-plugin:${runtime.version}
{code}
In addition, the new plugin causes an error in Eclipse unless a section is added to the
POM for the eclipse lifecycle-mapping plugin.
https://docs.jboss.org/drools/release/latest/drools-docs/html_single/#_bu...
https://stackoverflow.com/questions/26122801/m2e-connector-for-kie-maven-...