]> source.dussan.org Git - archiva.git/commitdiff
cargo is not anymore used
authorOlivier Lamy <olamy@apache.org>
Fri, 3 May 2013 23:36:13 +0000 (23:36 +0000)
committerOlivier Lamy <olamy@apache.org>
Fri, 3 May 2013 23:36:13 +0000 (23:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1479006 13f79535-47bb-0310-9956-ffa450edef68

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

index 21fb72940349b0f601c5db22a0af17536506d825..3cabaacd268e868e867db3c729c9424d46abb1fd 100644 (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.
diff --git a/pom.xml b/pom.xml
index 42271ad5aa04ad53b821299062785cac76c1f729..3e94a9a916e96e85f653e92ebbd75b8fc5680aae 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             </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>