diff options
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt | 4 | ||||
-rw-r--r-- | pom.xml | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt b/archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt index 21fb72940..3cabaacd2 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt +++ b/archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt @@ -9,10 +9,6 @@ Run Selenium tests in src/test/testng against an existing Archiva instance - modify src/test/resources/testng.properties as needed - mvn clean install -Dcontainer-existing -The Cargo installations are stored outside of target to avoid multiple downloads. -To remove the Cargo installations and re-download them next run, use: - - mvn -Pclean-cargo clean - Internet Explorer and Safari users must disable their popup blockers. Using *iexplore as the browser requires running as an Administrator on Windows 7/Vista, or alternatively you can use *iexploreproxy. @@ -1724,11 +1724,6 @@ </dependencies> </plugin> <plugin> - <groupId>org.codehaus.cargo</groupId> - <artifactId>cargo-maven2-plugin</artifactId> - <version>1.1.4</version> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <version>1.6</version> |