> The plugin 'org.apache.maven.plugins:maven-eclipse-plugin' does not exist or > no valid version could be found
There are several reasons why this will happen. In short, Maven is unable to find the plugin. For new users, this generally means that you're behind some kind of Internet proxy and simply have failed to configure it in your settings.xml as is required. > From what I gather, maven should look in: > http://repo1.maven.org/maven2/eclipse/ but when I browse there, I don't find > any versions available. Is there something wrong with the maven repository > right now? very mysterious... This is incorrect. The correct url is: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plugin/ Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
