[jboss-jira] [JBoss JIRA] (WFCORE-925) Ability to use proxy in MavenUtil

Marek Kopecký (JIRA) issues at jboss.org
Thu Aug 27 08:53:44 EDT 2015


     [ https://issues.jboss.org/browse/WFCORE-925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Kopecký updated WFCORE-925:
---------------------------------
    Description: 
WildFly Core testsuite can be run on pure-IPv6 machines. Proxy could be used in that case.

But some tests use MavenUtil class for download some dependencies. And this class can not use proxy server. So these tests fail.

This MavenUtil should check "proxyHost" and "proxyPort" environment variables. If they are set, MavenUtil class should set proxy. If these variables are not set, proxy is not used. These variables are used by maven too.

  was:
WildFly Core testsuite can be run on pure-IPv6 machines. Proxy could be used in that case.

But some tests use MavenUtil class for download some dependencies. And this class can not use proxy server.

This MavenUtil should check "proxyHost" and "proxyPort" environment variables. If they are set, MavenUtil class should set proxy. If these variables are not set, proxy is not used. These variables are used by maven too.



> Ability to use proxy in MavenUtil
> ---------------------------------
>
>                 Key: WFCORE-925
>                 URL: https://issues.jboss.org/browse/WFCORE-925
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Test Suite
>            Reporter: Marek Kopecký
>            Assignee: Marek Kopecký
>
> WildFly Core testsuite can be run on pure-IPv6 machines. Proxy could be used in that case.
> But some tests use MavenUtil class for download some dependencies. And this class can not use proxy server. So these tests fail.
> This MavenUtil should check "proxyHost" and "proxyPort" environment variables. If they are set, MavenUtil class should set proxy. If these variables are not set, proxy is not used. These variables are used by maven too.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)



More information about the jboss-jira mailing list