[EMAIL PROTECTED] writes: >Author: sgoeschl >Date: Fri Sep 16 09:48:17 2005 >New Revision: 289604
>URL: http://svn.apache.org/viewcvs?rev=289604&view=rev >Log: >Changing the maven.changelog.factory to use SVN instead of CVS - I hope this >also works for other Maven versions apart from 1.0.2 . Don't do this. I've moved the dependency plugins forward for Turbine 2.3: <dependency> <groupId>maven</groupId> <artifactId>maven-changelog-plugin</artifactId> <version>1.8.2</version> <type>plugin</type> </dependency> <dependency> <groupId>maven</groupId> <artifactId>maven-developer-activity-plugin</artifactId> <version>1.5.2</version> <type>plugin</type> </dependency> <dependency> <groupId>maven</groupId> <artifactId>maven-file-activity-plugin</artifactId> <version>1.5.2</version> <type>plugin</type> </dependency> They are known to work with Subversion as documented on the homepage for the changelog plugin. I use 1.0.2 for building (because the T2.3 build still triggers errors in maven 1.1beta). Best regards Henning -- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH [EMAIL PROTECTED] +49 9131 50 654 0 http://www.intermeta.de/ RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire Linux, Java, perl, Solaris -- Consulting, Training, Development 4 - 8 - 15 - 16 - 23 - 42 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
