[ http://jira.codehaus.org/browse/MOJO-378?page=comments#action_64063 ]
Rogério Pereira Araújo commented on MOJO-378:
---------------------------------------------
put this at the start of execute method:
Properties systemSettings = System.getProperties();
if(proxyHost != null)
systemSettings.put("http.proxyHost", proxyHost);
if(proxyPort != null)
systemSettings.put("http.proxyPort", proxyPort);
System.setProperties(systemSettings);
> can't run execute transformations behind proxy
> ----------------------------------------------
>
> Key: MOJO-378
> URL: http://jira.codehaus.org/browse/MOJO-378
> Project: Mojo
> Type: Bug
> Components: xslt
> Reporter: Rogério Pereira Araújo
>
>
> When i try run a maven build process that uses xslt plugin i'm getting a
> "Network unreachable" because i'm behind proxy.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira