Hi Vimal,

By default maven reads 2 settings.xml files: the one located in your M2_HOME
and the one in your local repository that usually is under ${user_home}/.m2,
so yes, to make this works you should set the M2_HOME environment variable.

However you can override this default using the kie.maven.settings.custom
system property. In other words you can point at any xml file in your file
system by starting the JVM with a flag like

-Dkie.maven.settings.custom=/home/myuser/myfolder/mysettings.xml

I hope this helps,
Mario



--
View this message in context: 
http://drools.46999.n3.nabble.com/Drools6-Having-trouble-in-using-kie-ci-tp4027208p4027246.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to