|
Arnaud Heritier made changes - 19/Sep/05 03:49 PM
Lukas Theussl made changes - 03/Oct/05 11:28 AM
Lukas Theussl made changes - 03/Oct/05 11:39 AM
Julian Wood made changes - 01/Dec/05 11:41 AM
Unfortunately I posted my report in the wrong area, but there is a patch there which deals with the problem of using the same URL for the source repository report and for the generation of links in the changelog and file activity reports. Introduced a maven.changelog.svn.baseurl property.
Lukas Theussl made changes - 17/Jan/06 01:07 PM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
A workaround for this issue is to set the repository url to the root ASF one - that causes changelog to generate "good links":
<repository>
</url>
<connection>....</connection>
<developerConnection>.... </developerConnection>
<url>http://svn.apache.org/viewcvs.cgi
</repository>
The only problem then is the link on the generated "Source Repository" page just points to the whole of ASF, rather than your particular project. You can get round this by including a custom "cvs-usage.xml" document in the "xdocs" directory.
Just out of interest the "change log" report for the maven-changelog-plugin is also currently suffering from this issue:
http://maven.apache.org/reference/plugins/changelog/changelog-report.html