cargo is not anymore used

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1479006 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-05-03 23:36:13 +00:00
parent 2eaa058a7b
commit 7ad16e5d0c
2 changed files with 0 additions and 9 deletions

View File

@ -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.

View File

@ -1723,11 +1723,6 @@
</dependency>
</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>