[ http://jira.codehaus.org/browse/MNG-961?page=comments#action_47218 ]
Edwin Punzalan commented on MNG-961: ------------------------------------ mojoA and mojoB are within one artifact. You can take a look at the dev-activity mojo of changelog plugin. The developers parameter of the dev-activity mojo does not get populated with the values from the project pom. I removed the @parameter annotation for now bec i was able to create a work-around. > When a mojo is extending another mojo, the parameters of the extending mojo > is lost > ----------------------------------------------------------------------------------- > > Key: MNG-961 > URL: http://jira.codehaus.org/browse/MNG-961 > Project: Maven 2 > Type: Bug > Components: maven-core > Reporter: Edwin Punzalan > Fix For: 2.0-beta-3 > > > When mojoB extends mojoA, looking at plugin.xml from the generated plugin jar: > -- mojoB inherits all mojo parameters from mojoA, (not a bug) > -- mojoB's self-declared mojo parameters are missing (this is the bug) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]