[ http://jira.codehaus.org/browse/MNG-165?page=comments#action_30611 ]
Brett Porter commented on MNG-165:
----------------------------------
here, we need to activate the binding only when the goal is declared in the pom, not the plugin
> lifecycle: modello mojo now runs all types of outputs
> -----------------------------------------------------
>
> Key: MNG-165
> URL: http://jira.codehaus.org/browse/MNG-165
> Project: m2
> Type: Bug
> Components: maven-core
> Reporter: Brett Porter
> Fix For: 1.0-alpha-1
>
>
> since the lifecycle registers an entire plugin, not just goals, all mojos are run from
the modello plugin so we either need to:
> - configure per goal (works for the general case)
> - if there is no need for the general case, merge the modello mojos into one and use
configuration to determine what genereators to use (eg <generators>
> <generator>xpp3</generator>
> <generator>prevayler</generator>
> </generators>
--
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
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|