To remove the Cargo installations and re-download them next run, use:
- mvn -Pclean-cargo clean
-For the default values in the scripts, to pass all the tests, you need to add an artifact in internal repository.
+The scripts cannot be run totally unattended. The following will fail if the dialog box that appears
+when the applet is run is not approved:
+ testFindArtifactNullValues(org.apache.archiva.web.test.FindArtifactTest)
+ testFindArtifactUsingChecksum(org.apache.archiva.web.test.FindArtifactTest)
Run Selenium tests in src/test/it with Maven and JUnit
- mvn clean install -f junit-pom.xml