<div dir="ltr">The problem is that the OP is uploading the JAR to kie-wb.<div><br></div><div>This is where the error is thrown: <a href="https://github.com/droolsjbpm/guvnor/blob/master/guvnor-m2repo-editor/guvnor-m2repo-editor-backend/src/main/java/org/guvnor/m2repo/backend/server/FileServlet.java#L154">https://github.com/droolsjbpm/guvnor/blob/master/guvnor-m2repo-editor/guvnor-m2repo-editor-backend/src/main/java/org/guvnor/m2repo/backend/server/FileServlet.java#L154</a></div>
<div><br></div><div>Would this use the Maven Native Parser if on the classpath? We have kie-ci as a dependency of guvnor-m2repo-editor-backend already.</div><div><br></div><div>With kind regards,</div><div><br></div><div>
Mike<br><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 18 December 2013 15:51, Mario Fusco <span dir="ltr"><<a href="mailto:mario.fusco@gmail.com" target="_blank">mario.fusco@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
the MinimalPomParser is an xml parser we developed internally to cover the<br>
most common and straightforward cases, but very likely it is unable to parse<br>
the multi-module pom you're using.<br>
<br>
However adding the kie-ci module to your dependencies (<br>
<a href="https://github.com/droolsjbpm/drools/tree/master/kie-ci" target="_blank">https://github.com/droolsjbpm/drools/tree/master/kie-ci</a> ) automatically<br>
allows drools to use the native maven pom parser that should support your<br>
use case.<br>
<br>
To cut it short adding this to your dependencies should resolve your<br>
problem.<br>
<br>
<groupId>org.kie</groupId><br>
<artifactId>kie-ci</artifactId><br>
<br>
I hope this helps,<br>
Mario<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="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" target="_blank">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</a><br>
<div class="HOEnZb"><div class="h5">Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</div></div></blockquote></div><br></div>