[
https://issues.jboss.org/browse/DROOLS-1556?page=com.atlassian.jira.plugi...
]
Anton Giertli commented on DROOLS-1556:
---------------------------------------
Hi Mario,
here is another use case which should be added/implemented/checked:
{code:xml}
<proxies>
<proxy>
<id>Fiddler</id>
<active>true</active>
<protocol>http</protocol>
<host>localhost</host>
<port>8888</port>
</proxy>
</proxies>
<mirrors>
<mirror>
<id>central-proxy</id>
<name>Local proxy of central repo</name>
<
url>https://repository.jboss.org/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
</mirrors>
{code}
Using pure maven, the mirror is accessed via proxy. Which is desired.
So when adding a proxy support, it should work the same way.
Implement support for proxies in kie-ci
---------------------------------------
Key: DROOLS-1556
URL:
https://issues.jboss.org/browse/DROOLS-1556
Project: Drools
Issue Type: Enhancement
Components: core engine
Reporter: Mario Fusco
Assignee: Mario Fusco
Kie-Maven integration doesn't support proxy settings in maven configuration
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)