Hi there, I'm trying to follow an excellent tutorial on selenium/cargo/maven etc.
http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/ We use maven2 all the time at work but this integration-test software loads lots more dependencies and plugins than we do. The problem I am getting is at step1 (which is funnily enough the 2nd step).. When I run mvn integration-test, I get this in the console: [INFO] Failed to resolve artifact. GroupId: org.apache.maven.plugins ArtifactId: maven-plugins Version: 2-SNAPSHOT Reason: Unable to download the artifact from any repository org.apache.maven.plugins:maven-plugins:pom:2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), mortbay.repo (http://www.mortbay.org/maven2/snapshot), codehaus.snapshots (http://snapshots.repository.codehaus.org/), tapestry.javaforge (http://howardlewisship.com/repository) I googled it an several other links, it seems people say this might be outdated or something. Is there a work-around or is this a common problem? Where should I look? TIA Stuart --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
