<repository> <connection>scm|svn|http|//svn.apache.org/repos/asf/struts/trunk</connection> <developerConnection>scm|svn|https|//my-site.org/ repos/asf/struts/trunk</developerConnection> <url>http://svn.apache.org/repos/asf/struts/trunk</url> </repository>
You must also add this property before to enable the changelog plugin: maven.changelog.factory = org.apache.maven.svnlib.SvnChangeLogFactory I tested it and it works. I attached the diff file. ==================== Arnaud [EMAIL PROTECTED] ====================
Index: project.properties =================================================================== --- project.properties (revision 51799) +++ project.properties (working copy) @@ -1,7 +1,7 @@ # ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S - Modeled after Turbine project.properties # -# $Id: project.properties,v 1.13 2004/08/14 00:08:48 husted Exp $ +# $Id$ # # Do not change this file. Please use build.properties in this directory # to do site or installation specific changes to the project build. @@ -11,6 +11,9 @@ maven.checkstyle.properties = conf/qa/CheckStyle.xml +# ChangeLog Plugin Factory for SVN +maven.changelog.factory = org.apache.maven.svnlib.SvnChangeLogFactory + #keep ant & maven directories seperate. maven.build.dir=m-target Index: project.xml =================================================================== --- project.xml (revision 51799) +++ project.xml (working copy) @@ -22,13 +22,11 @@ <siteAddress>struts.apache.org</siteAddress> <siteDirectory>/www/jakarta.apache.org/struts</siteDirectory> <distributionDirectory>/www/apache.mirrors.pair.com/jakarta/struts/</distributionDirectory> -<!-- <repository> - <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:jakarta-struts</connection> - <developerConnection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvs:jakarta-struts</developerConnection> - <url>http://cvs.apache.org/viewcvs/jakarta-struts/</url> + <connection>scm|svn|http|//svn.apache.org/repos/asf/struts/trunk</connection> + <developerConnection>scm|svn|https|//my-site.org/ repos/asf/struts/trunk</developerConnection> + <url>http://svn.apache.org/repos/asf/struts/trunk</url> </repository> - --> <versions> <version> <id>1.0.2</id> @@ -370,7 +368,7 @@ <report>maven-jdepend-plugin</report> <report>maven-checkstyle-plugin</report> <report>maven-changes-plugin</report> - <!-- report>maven-changelog-plugin</report --> + <report>maven-changelog-plugin</report> <report>maven-file-activity-plugin</report> <report>maven-developer-activity-plugin</report> <report>maven-javadoc-plugin</report>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]