Author: olamy
Date: Tue Jul 3 12:01:58 2012
New Revision: 1356678
URL: http://svn.apache.org/viewvc?rev=1356678&view=rev
Log:
remove commented code fragment
Modified:
archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
Modified:
archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml?rev=1356678&r1=1356677&r2=1356678&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
(original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
Tue Jul 3 12:01:58 2012
@@ -300,19 +300,6 @@
</tasks>
</configuration>
</execution>
- <!--execution>
- <id>check-archiva-loaded</id>
- <phase>integration-test</phase>
- <configuration>
- <tasks>
- <get
src="http://localhost:${container.test.port}/archiva/"
dest="${project.build.directory}/index.html"/>
- <delete file="${project.build.directory}/index.html"/>
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution-->
</executions>
</plugin>
<plugin>