Hello,
*all* my generated links (changelog) 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/modname/jsp/mypage.jsp but it is : http://my.svn.com:8888/rep/prj/modname/trunk/ The same for all my files. Can anyone help me please ? 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> -- View this message in context: http://www.nabble.com/Maven-2.0.4-%3A-wrong-changelog-reports-generated-links-%28svn%29-tf2140898.html#a5908940 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
