[464525] Unable to to access TADs when running tests in WTP builds
diff --git a/tests/org.eclipse.wst.wsi.tests/pom.xml b/tests/org.eclipse.wst.wsi.tests/pom.xml
index b64fb4e..9b053f4 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>