mirror of https://github.com/apache/archiva.git
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:
parent
2eaa058a7b
commit
7ad16e5d0c
|
@ -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.
|
||||
|
|
5
pom.xml
5
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue