Trying to poke at it from a different direction, I may have found something.
I went to http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin and the plugin files are definately there. Looking at my repository, there was a surefire directory, which contained one file: maven-metadata-central.xml Looking at that file, I see <?xml version="1.0" encoding="UTF-8"?><metadata> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> </metadata> comparing this to the contents of maven-metadata.xml contained in http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin <?xml version="1.0" encoding="UTF-8"?><metadata> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.1.3</version> <versioning> <latest>2.2</latest> <release>2.2</release> <versions> <version>2.0-beta-1</version> <version>2.0</version> <version>2.1</version> <version>2.1.1</version> <version>2.1.2</version> <version>2.1.3</version> <version>2.2</version> </versions> <lastUpdated>20060514041238</lastUpdated> </versioning> </metadata> Once I updated the xml file to the same contained on the website, my install got past the surefire plugin failure. Now it is blowing up on something else, so time for more digging :) -- View this message in context: http://www.nabble.com/maven-surefire-plugin-not-found-tf3077800s177.html#a8572844 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
