git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@482125
13f79535-47bb-0310-9956-
ffa450edef68
<goal>run</goal>
</goals>
</execution>
+ <execution>
+ <id>check-archiva-loaded</id>
+ <phase>integration-test</phase>
+ <configuration>
+ <tasks>
+ <get src="http://localhost:9595/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>
protected void initialize()
{
- getSelenium().setTimeout( "120000" );
getSelenium().open( "/archiva" );
if ( CREATE_ADMIN_USER_PAGE_TITLE.equals( getSelenium().getTitle() ) )