Hide Forgot
Description of problem: I found the following in droolsjbpm-knowledge/kie-doc/pom.xml and other sumodules for 6.0.x branch. <parent> <groupId>org.kie</groupId> <artifactId>kie-api-parent</artifactId> <version>6.1.0-SNAPSHOT</version> </parent> However the parent pom is 6.0.0-SNAPSHOT This will case the project unable to build in product enviroment (for fullprofile at least). Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
This issue cause some doc artifact missing and will also stop drools, jbpm, droolsjbpm-integration etc to be able to build in fullProfile.
Yes, I fixed this recently on the 6.0.x branch: https://github.com/droolsjbpm/droolsjbpm-knowledge/commit/a86e9198e032a3edcb37d4b3922f3f201bc1a8ea
Confirmed fixed in the code.