From b4fe9fb58fc919f57d506183453caf30db9daeda Mon Sep 17 00:00:00 2001 From: Brett Porter Date: Tue, 10 Nov 2009 10:48:26 +0000 Subject: [PATCH] JUnit tests were removed git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@834420 13f79535-47bb-0310-9956-ffa450edef68 --- .../archiva-webapp-test/junit-pom.xml | 332 ------------------ 1 file changed, 332 deletions(-) delete mode 100644 archiva-modules/archiva-web/archiva-webapp-test/junit-pom.xml diff --git a/archiva-modules/archiva-web/archiva-webapp-test/junit-pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/junit-pom.xml deleted file mode 100644 index 1b507b051..000000000 --- a/archiva-modules/archiva-web/archiva-webapp-test/junit-pom.xml +++ /dev/null @@ -1,332 +0,0 @@ - - - - 4.0.0 - - org.apache.archiva - archiva-web - 1.2.1-SNAPSHOT - - archiva-webapp-test - pom - Archiva Web :: Application Tests - - - org.codehaus.plexus - plexus-command-line - 1.0-alpha-2 - - - plexus-container-default - org.codehaus.plexus - - - - - org.apache.archiva - archiva-webapp - war - - - org.codehaus.plexus - plexus-utils - - - org.codehaus.plexus - plexus-slf4j-logging - - - org.openqa.selenium.client-drivers - selenium-java-client-driver - 0.8.1 - test - - - - - jdom - jdom - - - jaxen - jaxen - - - - - org.apache.derby - derby - - - javax.mail - mail - - - javax.activation - activation - - - - src/test/it - - - maven-resources-plugin - - - - testResources - - - - - - org.codehaus.mojo - dependency-maven-plugin - - - unzip-archiva-webapp - generate-resources - - unpack - - - - - ${project.groupId} - archiva-webapp - ${project.version} - war - - - ${project.build.directory}/${container.name}conf/webapps/archiva - - - - prepare-provided-dependencies - generate-resources - - copy-dependencies - - - org.apache.derby,javax.mail,javax.activation - false - true - false - ${project.build.directory}/providedDependencies - - - - - - maven-antrun-plugin - - - generate-resources - - run - - - - - - - - - - - - - - - - - - - - - - - - - - copy-container-conf - package - - - - - - - - - - - - - - run - - - - check-archiva-loaded - integration-test - - - - - - - - run - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - testCompile - - - - - - org.codehaus.mojo - selenium-maven-plugin - 1.0-beta-1 - - - start-selenium - pre-integration-test - - start-server - - - - - true - - - - org.codehaus.cargo - cargo-maven2-plugin - 1.0 - - - start-container - pre-integration-test - - start - - - - stop-container - post-integration-test - - stop - - - - - false - - ${container.name} - - ${container.url} - ${project.build.directory}/installs/${container.name} - - ${project.build.directory}/logs/${container.name}.log - ${project.build.directory}/logs/${container.name}.out - 600000 - - ${project.build.directory}/appserver-base - ${project.build.directory}/appserver-base - - - - ${project.build.directory}/${container.name}conf - existing - - 9696 - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - integration-test - - test - - - - - - - browser - ${browser} - - - - - - - - - tomcat5x - - true - - - tomcat5x - http://archive.apache.org/dist/tomcat/tomcat-5/v5.5.26/bin/apache-tomcat-5.5.26.zip - - - - firefox - - true - - - *firefox - - - - iexplore - - *iexplore - - - - otherbrowser - - *custom ${browserPath} - - - - \ No newline at end of file -- 2.39.5