I'm trying to build the test goal of a project. Something in my setup (not sure what, I'm using m2eclipse with all the default settings) is translating that to using surefire-2.4.2 but apparently this plugin is no good.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="http://download.java.net/maven/1/org.apache.maven.plugins/poms/maven-surefire-plugin-2.4.2.pom">here</a>.</p> <hr> <address>Apache Server at maven-repository.dev.java.net Port 443</address> </body></html> The http://download.java.net/maven/1/org.apache.maven.plugins/poms/maven-surefire-plugin-2.4.2.pom is not good either. What's going on here and how might I get around it? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
