changelog, file activity and developer activity reports are all identical (to
the changelog report)
---------------------------------------------------------------------------------------------------
Key: MCHANGELOG-17
URL: http://jira.codehaus.org/browse/MCHANGELOG-17
Project: Maven 2.x Changelog Plugin
Type: Bug
Versions: 2.0
Environment: osx 10.4.5, java 1.4.2_09
Reporter: Julian Wood
Given this part of the pom, I get links to 3 reports in the site, but all are
just the changelog report in duplicate. I tested this before (and after)
applying the MCHANGELOG-16.patch, but after the MCHANGELOG-15.patch, which is
required to get the report to run without exceptions, so this would seem to
have something to do with the move from mojo to maven code trees.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
<version>2.0-beta-2-SNAPSHOT</version>
<reportSets>
<reportSet>
<id>changes</id>
<configuration>
<displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&rev=0&sc=0&path=</displayFileDetailUrl>
<type>range</type>
<range>90</range>
</configuration>
<reports>
<report>changelog</report>
<report>file-activity</report>
<report>dev-activity</report>
</reports>
</reportSet>
</reportSets>
</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