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-ma...
Sent from the Drools: User forum mailing list archive at
Nabble.com.