Hello All,

I was wondering if there is a way to set java system related
properties in pom.xml?

For exmaple: I want to specify the equivalent of the following:
System.setProperty("http.proxyHost", "proxy");
System.setProperty("http.proxyPort", "8080");
inside my pom.xml before my plugin runs.

Please note: I'm not asking how to access java system properties in
the pom, I'm asking how to SET them :)

Any suggestions are welcome.

Thanks,
- Pulkit

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to