"Missing" Plugin

2006-11-22 Thread Anthony Ryan
Hi all, I'm having a problem with some "missing" plugins. When I run 'mvn install' when creating an archetype I get: The plugin 'org.apache.maven.plugins:maven-jar-plugin' does not exist or no valid version can be found I thought I had the latest version (2.1 I think), but I decided to run 'mvn

Re: "Missing" Plugin

2006-11-22 Thread Wayne Fay
Are you perhaps behind a proxy? Unless things are configured correctly, proxies can cause some problems. Also, run mvn -X to see more information while Maven is running that might key you into why this problem is happening. Wayne On 11/22/06, Anthony Ryan <[EMAIL PROTECTED]> wrote: Hi all, I

download and install missing plugin

2003-10-29 Thread Dominik Roblek
I would like to download missing plugins from remote reopsitory and install them as part of build process. I think I can do it using Plugin plug-in, but I don't know, how to check, whether installation of plugin is necessary at all. How to check, if plugin is already installed or not? Dominik __

Re: download and install missing plugin

2003-10-29 Thread Gilles Dodinet
Dominik, i think that you can just declare the plugin in your dependencies list, typing it as 'plugin', and maven will treat it like any 'normal' dependency, downloading and installing only if needed : blah myPlugin x.x plugin -- gd. Dominik Roblek wrote: I would like to download missi

Re: download and install missing plugin

2003-10-30 Thread dion
Do you mean when building maven from source? If so, you also need to check out the maven-plugins module and read the docs there. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc Dominik Roblek <[

[m2] missing-plugin-plugin blocking BUG fixed but not yet released

2005-12-22 Thread Jurgen De Landsheer
Hello all, I run the site report today and suddenly it went wrong site generation stopped (blocker) because of a missing resource bundle (nl language). It took me a while to find out where the problem was because the stacktrace didn't show me in wich plugin end because yesterday it went ok. The

Re: [m2] missing-plugin-plugin blocking BUG fixed but not yet released

2005-12-22 Thread Jurgen De Landsheer
I have seen that the same problem occurs in the plugin maven-pmd-plugin the latest version on ibilio is 2.0-alpha-2 but does not have a default bundle snapshot 2.0-alpha-3-SNAPSHOT does fix this but version 2.0-alpha-3 is not released yet. Where can I see when this well be released? Jurgen De