RE: downloading plug-ins from mojo (org.codehaus.mojo)?

2006-02-06 Thread Brian E. Fox
Brett, Why aren't any of the other released plugins in this metadata? For example, dependency? -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, February 06, 2006 2:39 AM To: Maven Users List Subject: Re: downloading plug-ins from mojo (org.codehaus.mojo

Re: downloading plug-ins from mojo (org.codehaus.mojo)?

2006-02-06 Thread Brett Porter
? -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, February 06, 2006 2:39 AM To: Maven Users List Subject: Re: downloading plug-ins from mojo (org.codehaus.mojo)? The problem is that the entry is not in here: http://www.ibiblio.org/maven2/org/codehaus/mojo/maven

RE: downloading plug-ins from mojo (org.codehaus.mojo)?

2006-02-05 Thread Brian E. Fox
Hrm, works ok for me. What version of maven are you using? Try mvn -U jxr:jxr and see what happens. -Original Message- From: Chris Markle [mailto:[EMAIL PROTECTED] Sent: Sunday, February 05, 2006 3:34 PM To: users@maven.apache.org Subject: downloading plug-ins from mojo

Re: downloading plug-ins from mojo (org.codehaus.mojo)?

2006-02-05 Thread Chris Markle
Brian et al, Hrm, works ok for me. What version of maven are you using? Maven 2: C:\blah mvn --version Maven version: 2.0.2 Try mvn -U jxr:jxr and see what happens. C:\blah mvn --version Maven version: 2.0.2 C:\blah mvn -U jxr:jxr [INFO] Scanning for projects... [INFO] Searching

Re: downloading plug-ins from mojo (org.codehaus.mojo)?

2006-02-05 Thread Hervé BOUTEMY
it's jxr-maven-plugin, not maven-jxr-plugin : I did the same mistake some time ago... The convention is not the same between org.apache.maven.plugins (maven-xxx-plugin) and org.codehaus.mojo (xxx-maven-plugin). Jira http://jira.codehaus.org/browse/MPLUGIN-11 is an attempt to help newbies to

Re: downloading plug-ins from mojo (org.codehaus.mojo)?

2006-02-05 Thread Chris Markle
Brian, Herve, Herve wrote: it's jxr-maven-plugin, not maven-jxr-plugin : I did the same mistake some time ago... The convention is not the same between org.apache.maven.plugins (maven-xxx-plugin) and org.codehaus.mojo (xxx-maven-plugin). Brian replied: Yes, but if you run it from the

Re: downloading plug-ins from mojo (org.codehaus.mojo)?

2006-02-05 Thread Chris Markle
Brain et al, Yes, but if you run it from the command line, you don't need to put it in the pom. If it is in the pom incorrectly, then that will cause problems. I tested it on a random project with nothing in my pom for the plugin and it found it ok. I did find that if I added this to the

Re: downloading plug-ins from mojo (org.codehaus.mojo)?

2006-02-05 Thread Hervé BOUTEMY
, 2006 6:09 PM To: Maven Users List Subject: Re: downloading plug-ins from mojo (org.codehaus.mojo)? it's jxr-maven-plugin, not maven-jxr-plugin : I did the same mistake some time ago... The convention is not the same between org.apache.maven.plugins (maven-xxx-plugin) and org.codehaus.mojo (xxx

Re: downloading plug-ins from mojo (org.codehaus.mojo)?

2006-02-05 Thread Brett Porter
plug-ins from mojo (org.codehaus.mojo)? it's jxr-maven-plugin, not maven-jxr-plugin : I did the same mistake some time ago... The convention is not the same between org.apache.maven.plugins (maven-xxx-plugin) and org.codehaus.mojo (xxx-maven-plugin). Jira http://jira.codehaus.org/browse