[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 9b053f4..61cc5a5 100644
--- a/tests/org.eclipse.wst.wsi.tests/pom.xml
+++ b/tests/org.eclipse.wst.wsi.tests/pom.xml
@@ -53,10 +53,8 @@
               <version>0.0.0</version>
             </dependency>
           </dependencies>
+          <argLine>-Dhttp.proxyHost=proxy.eclipse.org -Dhttp.proxyPort=9898</argLine>
         </configuration>
-      	<configuration>
-        	<argLine>-Dhttp.proxyHost=proxy.eclipse.org -Dhttp.proxyPort=9898</argLine>
-      	</configuration>
       </plugin>
     </plugins>
   </build>