[jboss-jira] [JBoss JIRA] (DROOLS-1556) Implement support for proxies in kie-ci

Anton Giertli (JIRA) issues at jboss.org
Tue May 9 03:59:00 EDT 2017


    [ https://issues.jboss.org/browse/DROOLS-1556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13403305#comment-13403305 ] 

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)


More information about the jboss-jira mailing list