What software are you using to run your internal repository? And how did you get the plugin there (mvn deploy; manual copy of files; something else)? Make sure the metadata is present for the Eclipse plugin in your repo.
Wayne On 2/15/08, Papapara Tudu <[EMAIL PROTECTED]> wrote: > > Hello, > my project is using an internal repository for all dependencies. > For some reason I cannot run any of the Eclipse Maven plugins, however all > other dependencies get downloaded correctly from the internal repository. > For example, when I run > mvn eclipse:eclipse, I get the following error: > > [INFO] Searching repository for plugin with prefix: 'eclipse'. > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] The plugin 'org.apache.maven.plugins:maven-eclipse-plugin' does not > exist > or no valid version could be found > [INFO] > ------------------------------------------------------------------------ > > I deleted the whole \org\apache\maven\plugins folder from my local > repository but that didn't change. I also tested deleting that folder on the > internal repository and then running eclipse:eclipse on that machine and it > went fine, the plugin got installed correctly. But my local repository > doesn't pick up that plugin from the internal repository. > Also the Eclipse plugins like eclipse:eclipse and eclipse:clean were > definitely working for me before, which I don't understand. I'm using maven > 2.0.7. > > Any ideas why that might be happening? > > Thanks, > Papapara Tudu > > > -- > View this message in context: > http://www.nabble.com/Local-repository-not-downloading-Eclipse-plugins-from-the-internal-repository-tp15502970s177p15502970.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
