[rules-users] Avoid parsiong project pom.xml when running Drools

2014-03-13 Thread Sandjaja, Dominik
Hello, I am using Drools 6.1.0.Beta1 in a project with the following (shortened) pom.xml: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0

Re: [rules-users] Avoid parsiong project pom.xml when running Drools

2014-03-13 Thread Mario Fusco
Hi Dominik, what you're reporting is not 100% clear to me. Could you also show me the pom.xml file of de.test.package:artifact:1.0.1? This is indeed the actual KieProject and then the pom file that our embedded maven/aether is trying to parse. Apparently also that pom declares

Re: [rules-users] Avoid parsiong project pom.xml when running Drools

2014-03-13 Thread Sandjaja, Dominik
...@lists.jboss.org] Im Auftrag von Mario Fusco Gesendet: Donnerstag, 13. März 2014 18:08 An: rules-users@lists.jboss.org Betreff: Re: [rules-users] Avoid parsiong project pom.xml when running Drools Hi Dominik, what you're reporting is not 100% clear to me. Could you also show me the pom.xml file

Re: [rules-users] Avoid parsiong project pom.xml when running Drools

2014-03-13 Thread Mario Fusco
Ok Dominik, now the problem is clearer and I can explain you why it is also trying to parse the pom of the running project (I must admit I forgot this detail): it is just trying to figure out if you declared some additional repository in that pom so it could try to download the KieProject also