Re: Problem with the new plugin plugin: missing parameters from parent mojo

2006-07-13 Thread Brett Porter
Sounds like a bug... On 14/07/2006 6:13 AM, Dennis Lundberg wrote: Thanks, now it's working better. But I have one component that slips through. Do I need to change it? It looks like this: /** * @component */ private MavenProjectHelper projectHelper; A component should not b

Re: Problem with the new plugin plugin: missing parameters from parent mojo

2006-07-13 Thread Dennis Lundberg
Thanks, now it's working better. But I have one component that slips through. Do I need to change it? It looks like this: /** * @component */ private MavenProjectHelper projectHelper; A component should not be included in the report, right? But this one is. -- Dennis Lundberg

Re: Problem with the new plugin plugin: missing parameters from parent mojo

2006-07-12 Thread Brett Porter
Yep, that's right. I'll push up a snapshot now. On 12/07/2006 7:33 PM, Dennis Lundberg wrote: Brett Porter wrote: Thanks - is it definitely the inheritence? If so, that's a bug. No, it's not the inheritance. I spoke too soon. There are two other factors: - a bug that meant a parameter witho

Re: Problem with the new plugin plugin: missing parameters from parent mojo

2006-07-12 Thread Dennis Lundberg
Brett Porter wrote: Thanks - is it definitely the inheritence? If so, that's a bug. No, it's not the inheritance. I spoke too soon. There are two other factors: - a bug that meant a parameter without expression didn't appear (I committed Edwin's fix yesterday, but didn't deploy a snapshot)

Re: Problem with the new plugin plugin: missing parameters from parent mojo

2006-07-11 Thread Brett Porter
Thanks - is it definitely the inheritence? If so, that's a bug. There are two other factors: - a bug that meant a parameter without expression didn't appear (I committed Edwin's fix yesterday, but didn't deploy a snapshot) - readonly and components are now omitted by design Definitely needs to

Re: Problem with the new plugin plugin: missing parameters from parent mojo

2006-07-11 Thread Dennis Lundberg
Dennis Lundberg wrote: Hi I've found a problem using the new plugin plugin. The "new look" for the mojo documentation doesn't include everything that it used to. I'm documenting the jar plugin. This plugin has an AbstractJarMojo which the JarMojo extends. The abstract class has many paramete

Problem with the new plugin plugin: missing parameters from parent mojo

2006-07-11 Thread Dennis Lundberg
Hi I've found a problem using the new plugin plugin. The "new look" for the mojo documentation doesn't include everything that it used to. I'm documenting the jar plugin. This plugin has an AbstractJarMojo which the JarMojo extends. The abstract class has many parameters that don't get inclu