[ http://jira.codehaus.org/browse/MCHANGELOG-6?page=all ]
Edwin Punzalan moved MOJO-260 to MCHANGELOG-6:
----------------------------------------------
Component: (was: changelog)
Workflow: jira (was: Maven New)
Key: MCHANGELOG-6 (was: MOJO-260)
Project: Maven 2.x Changelog Plugin (was: Mojo)
> Generated ViewCVS links are totally incorrect for me.
> -----------------------------------------------------
>
> Key: MCHANGELOG-6
> URL: http://jira.codehaus.org/browse/MCHANGELOG-6
> Project: Maven 2.x Changelog Plugin
> Type: Improvement
> Reporter: Christian Schulte
>
>
> I need to make the following change to get the correct ViewCVS links in the
> generated report. This, of course, is only a quick work-around but I really
> would need the links to be generated correctly. Maybe I am doing something
> wrong but it seems the plugin does not work correctly.
> $ svn diff
> Index: ChangeLogReport.java
> ===================================================================
> --- ChangeLogReport.java (Revision 1387)
> +++ ChangeLogReport.java (Arbeitskopie)
> @@ -745,7 +745,7 @@
> absPath += baseToken;
> }
> - return absPath + target.substring( 1 );
> + return absPath + "/src/main/java/" + target;
> }
--
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