RE: Plugin repository issue

2006-04-19 Thread Mark Misurak
Thanks for you help - the problem is fixed. >>>[EMAIL PROTECTED] 04/18/06 12:39 pm >>> From Wayne Fay: I think the problem is that some of these Maven poms are defining new Repos which are added to the Repos list when they are added as dependencies. maven-help-plugin-2.0 has none defined but it

Re: Plugin repository issue

2006-04-19 Thread Gunther Popp
How did you initialize your plugin repository? If you copied the files from your local repository, you have to rename the metadata-files in the plugin-repository. Details are described here: http://www.nabble.com/Re%3A-Internal-%28intranet%29-repositories-p3876819.html Gunther Mark Misurak

RE: Plugin repository issue

2006-04-18 Thread Mark Misurak
Thanks for the reply. Unfortunately, I do not believe this is the problem. I cleaned out my local repository, then ran mvn clean on my project. The same error appeared: [ERROR] BUILD ERROR [INFO] [INFO] The plugin 'or

RE: Plugin repository issue

2006-04-18 Thread EJ Ciramella
>From Wayne Fay: I think the problem is that some of these Maven poms are defining new Repos which are added to the Repos list when they are added as dependencies. maven-help-plugin-2.0 has none defined but it specifies maven-plugin-parent-2.0 as a dependency which specifies snapsh