Add ability to exclude a report mojo from executing
---------------------------------------------------

         Key: MNG-2193
         URL: http://jira.codehaus.org/browse/MNG-2193
     Project: Maven 2
        Type: Improvement

  Components: Sites & Reporting  
    Versions: 2.0.3    
    Reporter: Vincent Massol


Here's a use case (see also MCLOVER-19):

* I'm working on the clover plugin
* I have one report mojo that forks a custom lifecycle (this one instruments 
the source code, runs the tests and generate a report)
* I'd like to have another report which simply takes an existing clover 
database and generate a report out of it

Right now it's not possible to implement such a use case as by default all 
report mojos are executed. I'd need to exclude the first report mojo (the one 
that forks a lifecycle) from executing when the second report mojo is executing.

Thanks

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