Allow 'once' configuration item on plugin execution
---------------------------------------------------

                 Key: MNG-3508
                 URL: http://jira.codehaus.org/browse/MNG-3508
             Project: Maven 2
          Issue Type: New Feature
            Reporter: Ittay Dror


Scenario:
- parent pom defines modules A, B 
- it also defines a plugin with some execution
- when it runs, the plugin runs 3 times (for parent, A, B)

Now, I can set 'inherited' to false, but then if I just run 'A', the plugin 
won't execute. 

What I'd like is to be able to configure the execution to run 'once' in the 
lifecycle. This is useful mainly for plugins that do some kind of setup, 
initialization or validation, which in many cases need to be done once per 
execution.

-- 
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

        

Reply via email to