Site plugin uses plain dependencies for reactor projects instead of results of earlier modules ----------------------------------------------------------------------------------------------
Key: MSITE-171 URL: http://jira.codehaus.org/browse/MSITE-171 Project: Maven 2.x Site Plugin Issue Type: Bug Affects Versions: 2.0-beta-5 Environment: Win XP, Linux Reporter: Alex Rau When creating a multi-module site the site plugin uses dependencies from related modules from the repository instead of using artifacts from the same execution. That causes inconsistent reports on the sites. An example: Project A has modules B and C defined. B is build first and a site for project B is created. Then project C is build using a dependency either from the local or remote repository. Therefore the site contains results which rely on a build with an "out-dated" artifact used as dependency. This leads to plainly wrong results when examining surefire-reports as Project C should have been build with the (current) artifact of project B (taken from the same execution of the site plugin). -- 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