]
Rares Vernica commented on DROOLS-500:
--------------------------------------
Using the -Dhttp.proxyHost= -Dhttp.proxyPort= properties on the command line might work.
KIE API does not recognize proxy configuration if it's not in
${user.home}/.m2/settings.xml
-------------------------------------------------------------------------------------------
Key: DROOLS-500
URL:
https://issues.jboss.org/browse/DROOLS-500
Project: Drools
Issue Type: Bug
Affects Versions: 6.0.1.Final
Reporter: Ronak Patel
Assignee: Mark Proctor
The KIE API, specifically kie-ci, does not recognize proxy settings in
{{settings.xml}} if the version of this file that contains the proxy settings is not
located in {{$\{user.home\}/.m2}}. In other words, if the proxy settings are in
{{$M2_HOME/conf/settings.xml}} or the file specified by the system property
{{kie.maven.settings.custom}}, kie-ci will not use them.