executedProject is not properly populated by @execute in reporting ------------------------------------------------------------------
Key: MNG-3032 URL: http://jira.codehaus.org/browse/MNG-3032 Project: Maven 2 Issue Type: Bug Components: Sites & Reporting Affects Versions: 2.0.6 Reporter: Brett Porter Priority: Minor saw this in the clirr plugin before adjusting. Had: @execute phase="compile" And a parameter: @parameter expression="${executedProject}" When running mvn site this was populated, and the forked lifecycle occurs, but the compile source roots do not contain values that should have been added on a project like maven-model, nor does it include the original source roots. However, when run as clirr:clirr (a normal mojo), it is populated correctly. -- 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