2012/6/21 Tony Chemit <[email protected]>: > Hi, > > I migrated to the maven-plugin-plugin 3.0 and notice a change in the report > for mojo property. > > In the generated goal page for a mojo, before we had all the java property of > a mojo, but now we have all the 'mojo' properties of a mojo. > > for example with this mojo: > > public class MyMojo extends AbstractMojo > { > > @Parameter( property = "mojo.property" ) > private String property; > ... > } > > We used to obtain in the goal report, something like this > > property: > expression: mojo.property > ... > > See example at [1] > > > but now we have > > mojo.property: > ... > > See example at |2] > > So we lost the java property style in goal, so no more hint to know how to > configure the > mojo (in the configuration section) of the plugin. > > > Is is normal?, if not tell me I will open a issue and submit a patch for it. Not normal :-) Yes please open an issue for that !! And patch welcome :-) > > Thanks for replies, > > tony. > > [1] http://mojo.codehaus.org/license-maven-plugin/update-file-header-mojo.html > [2] > http://mojo.codehaus.org/license-maven-plugin/SNAPSHOT/update-file-header-mojo.html > > > -- > Tony Chemit > -------------------- > tél: +33 (0) 2 40 50 29 28 > email: chemit at codelutin dot com > http://www.codelutin.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
-- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
