[rules-users] kie-wb 6.0.0 tomcat7: Error uploading maven jar that is part of a multi-module maven project

Mario Fusco mario.fusco at gmail.com
Wed Dec 18 10:51:22 EST 2013


Hi,

the MinimalPomParser is an xml parser we developed internally to cover the
most common and straightforward cases, but very likely it is unable to parse
the multi-module pom you're using.

However adding the kie-ci module to your dependencies (
https://github.com/droolsjbpm/drools/tree/master/kie-ci ) automatically
allows drools to use the native maven pom parser that should support your
use case.

To cut it short adding this to your dependencies should resolve your
problem.

  <groupId>org.kie</groupId>
  <artifactId>kie-ci</artifactId>

I hope this helps,
Mario




--
View this message in context: http://drools.46999.n3.nabble.com/kie-wb-6-0-0-tomcat7-Error-uploading-maven-jar-that-is-part-of-a-multi-module-maven-project-tp4027338p4027353.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list