Yup but normaly the class is rename and remove later. Because at this stage with annos we don't know the base package of the mojo.
-- Olivier Le 25 juin 2012 18:56, "Robert Scholte" <[email protected]> a écrit : > I think I see the problem: > > HelpGeneratorPlugin: > return new PluginHelpGenerator().**setHelpPackageName( helpPackageName > ).setVelocityComponent( this.velocity ); > > PluginHelpGenerator: > properties.put( "helpPackageName", helpPackageName == null ? "" : > helpPackageName ); > > If the value of @Parameter is "" by default instead of null as it used to > be, we have a problem... > > -Robert > > > Op Mon, 25 Jun 2012 18:54:00 +0200 schreef Olivier Lamy <[email protected] > >: > > Thanks Hervé ! >> >> @Robert this looks weird. Do you have this issue with the release plugin ? >> >> 2012/6/25 Robert Scholte <[email protected]>: >> >>> Great idea! >>> I still have an issue with the HelpMojo class, which ends up under both >>> target/generated-sources/**plugin and target/classes with the default >>> package >>> in the source. >>> Might be a Win-thing, I'll have a look at it. >>> >>> -Robert >>> >>> Op Mon, 25 Jun 2012 00:20:59 +0200 schreef Hervé BOUTEMY >>> <[email protected]>: >>> >>> >>> Thanks to good reports, we were able to fix a handful of problems found >>>> in >>>> 3.0. >>>> If nobody complains, I intend to do the next release by the end of the >>>> week. >>>> >>>> Regards, >>>> >>>> Hervé >>>> >>>> ------------------------------**------------------------------** >>>> --------- >>>> To unsubscribe, e-mail: >>>> [email protected].**org<[email protected]> >>>> For additional commands, e-mail: [email protected] >>>> >>> >>> >>> ------------------------------**------------------------------** >>> --------- >>> To unsubscribe, e-mail: >>> [email protected].**org<[email protected]> >>> For additional commands, e-mail: [email protected] >>> >>> >> >> > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > [email protected].**org<[email protected]> > For additional commands, e-mail: [email protected] > >
