Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkchong2015-05-07 22:42:34 +0000
committerkchong2015-05-07 22:42:34 +0000
commit765695f73344007fd234f4dd86a404a7d3efe387 (patch)
treedfbad029e9090d760beaa19c01cd6c40acd48e2c
parenta6f0e7fc81a80ee938ca49f8afe77aef15d091c3 (diff)
downloadwebtools.webservices-765695f73344007fd234f4dd86a404a7d3efe387.tar.gz
webtools.webservices-765695f73344007fd234f4dd86a404a7d3efe387.tar.xz
webtools.webservices-765695f73344007fd234f4dd86a404a7d3efe387.zip
[464525] Unable to to access TADs when running tests in WTP builds
-rw-r--r--tests/org.eclipse.wst.wsi.tests/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/org.eclipse.wst.wsi.tests/pom.xml b/tests/org.eclipse.wst.wsi.tests/pom.xml
index b64fb4e24..9b053f4bc 100644
--- a/tests/org.eclipse.wst.wsi.tests/pom.xml
+++ b/tests/org.eclipse.wst.wsi.tests/pom.xml
@@ -54,6 +54,9 @@
</dependency>
</dependencies>
</configuration>
+ <configuration>
+ <argLine>-Dhttp.proxyHost=proxy.eclipse.org -Dhttp.proxyPort=9898</argLine>
+ </configuration>
</plugin>
</plugins>
</build>

Back to the top