performance improvement for forked lifecycles ---------------------------------------------
Key: MNG-474 URL: http://jira.codehaus.org/browse/MNG-474 Project: Maven 2 Type: Improvement Components: maven-core Reporter: Brett Porter Fix For: 2.1-beta-1 look into a way to avoid rerunning some heavy goals again unnecessarily. For example, currently clover:check run after test will execute the tests again with clovered classes. It would be nice to fold that down onto the same lifecycle when it is known not to be harmful to the existing parts, but also keep it separate enough that packing won't include clovered classes, for example. -- 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]