You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/05/04 01:36:13 UTC

svn commit: r1479006 - in /archiva/trunk: archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt pom.xml

Author: olamy
Date: Fri May  3 23:36:13 2013
New Revision: 1479006

URL: http://svn.apache.org/r1479006
Log:
cargo is not anymore used

Modified:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt
    archiva/trunk/pom.xml

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt?rev=1479006&r1=1479005&r2=1479006&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt Fri May  3 23:36:13 2013
@@ -9,10 +9,6 @@ Run Selenium tests in src/test/testng ag
   - 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.

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1479006&r1=1479005&r2=1479006&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Fri May  3 23:36:13 2013
@@ -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>