]
Geoffrey De Smet commented on DROOLS-2985:
------------------------------------------
[~manaRH] [~mbiarnes] I am reopening this issue because the optaweb-employee-rostering PR
build is still building kie-server:
This issue isn't about the build failure - it's about:
- the loss of time to merge a PR
- and the false negatives that happen on PR's.
Jenkins PR build of optaweb-employee-rostering should not build
kie-server too
------------------------------------------------------------------------------
Key: DROOLS-2985
URL:
https://issues.jboss.org/browse/DROOLS-2985
Project: Drools
Issue Type: Task
Components: build
Reporter: Geoffrey De Smet
Assignee: Marek Novotny
Priority: Blocker
When building this PR:
https://github.com/kiegroup/optaweb-employee-rostering/pull/187
It gave this error:
{code}
13:44:42 [ERROR] [ERROR] Some problems were encountered while processing the POMs:
13:44:42 [ERROR] 'dependencies.dependency.version' for
org.jboss.narayana.tomcat:tomcat-jta:jar is missing. @
org.kie.server:kie-server:[unknown-version],
/home/jenkins/workspace/KIE/master/pullrequest/optaweb-employee-rostering-pullrequests/upstream-repos/droolsjbpm-integration/kie-server-parent/kie-server-wars/kie-server/pom.xml,
line 264, column 17
13:44:42 @
13:44:42 [ERROR] The build could not read 1 project -> [Help 1]
13:44:42 org.apache.maven.project.ProjectBuildingException: Some problems were
encountered while processing the POMs:
13:44:42 [ERROR] 'dependencies.dependency.version' for
org.jboss.narayana.tomcat:tomcat-jta:jar is missing. @
org.kie.server:kie-server:[unknown-version],
/home/jenkins/workspace/KIE/master/pullrequest/optaweb-employee-rostering-pullrequests/upstream-repos/droolsjbpm-integration/kie-server-parent/kie-server-wars/kie-server/pom.xml,
line 264, column 17
{code}
but optaweb-employee-rostering doesn't rely on droolsjbpm-integration, so building
that repo too is just delaying our ability to merge fast, as well as introducing false
negatives.