All reports generated links point to the trunk of the svn module ----------------------------------------------------------------
Key: MCHANGELOG-45 URL: http://jira.codehaus.org/browse/MCHANGELOG-45 Project: Maven 2.x Changelog Plugin Issue Type: Bug Affects Versions: 2.0-beta-1 Environment: Windows Reporter: Rob MavenUser Priority: Minor Hello, *all* my generated links (changelog reports, 2.0-SNAPSHOT, Maven 2.0.4) point to the trunk of my svn module. For example, for mypage.jsp, the link should be : http://my.svn.com:8888/rep/prj/modname/trunk/src/www/webmodname/jsp/mypage.jsp but it is : http://my.svn.com:8888/rep/prj/modname/trunk/ The same for all my files. Is it a bug or do I miss anything in my configuration ? Thanks in advance Best Regards Rob Here my settings : ... <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changelog-plugin</artifactId> <version>2.0-SNAPSHOT</version> <reportSets> <reportSet> <id>dual-report</id> <configuration> <type>range</type> <range>90</range> </configuration> <reports> <report>changelog</report> <report>file-activity</report> <report>dev-activity</report> </reports> </reportSet> </reportSets> </plugin> </plugins> </reporting> .... <scm> <connection>scm:svn:http://my.svn.com:8888/rep/prj/modname/trunk</connection> <developerConnection>scm:svn:http://my.svn.com:8888/rep/prj/modname/trunk</developerConnection> <url>http://my.svn.com:8888/rep/prj/modname/trunk/</url> </scm> .... <build> <sourceDirectory>src/java</sourceDirectory> <resources> <resource> <directory>src/www</directory> </resource> </resources> </build> -- 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