Re: Plugin incompatability between between 2.0.9 and 2.1

2009-03-17 Thread John Casey
nice catch. I looked at that plugin descriptor, but missed the different version...I was looking more for bad xml. -john Benjamin Bentmann wrote: Chris Handy wrote: I am having an issue where the inclusion of a plugin using maven 2.0.9 works fine but in maven 2.1.0-RC3 it complains saying it

Re: Plugin incompatability between between 2.0.9 and 2.1

2009-03-16 Thread Brett Porter
I've added something that will validate the plugin descriptor while loading under MNG-4091. The error will be: [INFO] Internal error in the plugin manager getting plugin 'com.caucho:resin-maven-plugin': Plugin 'com.caucho:resin-maven-plugin: 3.1.6' has an invalid descriptor: 1) Plugin's des

Re: Plugin incompatability between between 2.0.9 and 2.1

2009-03-16 Thread Brett Porter
I'm working on an enhancement to the error handling so this won't cause too much confusion. Cheers, Brett On 17/03/2009, at 9:42 AM, Benjamin Bentmann wrote: Chris Handy wrote: I am having an issue where the inclusion of a plugin using maven 2.0.9 works fine but in maven 2.1.0-RC3 it comp

Re: Plugin incompatability between between 2.0.9 and 2.1

2009-03-16 Thread Benjamin Bentmann
Chris Handy wrote: I am having an issue where the inclusion of a plugin using maven 2.0.9 works fine but in maven 2.1.0-RC3 it complains saying it can not find the plugin descriptor. I also saw the same behavior in RC2. I opened up the jar and see the plugin.xml file in META-INF/maven/plugin.x

Re: Plugin incompatability between between 2.0.9 and 2.1

2009-03-16 Thread John Casey
Can you please re-run with -X, capture the console output to a file (using the 'tee' utility if you're on *nix works well), and attach that file to a new JIRA issue at: http://jira.codehaus.org/browse/MNG If you can attach the test project that displays the problem, that will make the process

Plugin incompatability between between 2.0.9 and 2.1

2009-03-16 Thread Chris Handy
I am having an issue where the inclusion of a plugin using maven 2.0.9 works fine but in maven 2.1.0-RC3 it complains saying it can not find the plugin descriptor. I also saw the same behavior in RC2. I opened up the jar and see the plugin.xml file in META-INF/maven/plugin.xml. Here is the sampl