Hi, I'm trying to evaluate the m2 changelog plugin (2.0-beta-1) work, but I run out of ideas to make it work properly... I'm working on a project that can be built both with m1 and m2. The password is stored in the ".cvspass" file in the user home directory. m1 changelog plugin generates a correct report with all the last 30-day changes. ("ChangeLog found: 48 entries") m2 changelog plugin generates an empty report... ("ChangeSet between 2005-09-07 and 2005-10-08: 0 entries") Here is an excerpt from my pom: <scm> <connection> scm:cvs:pserver:[EMAIL PROTECTED]:/usersdev/cvs00/gdd:MyApp</connection> <developerConnection> scm:cvs:pserver:[EMAIL PROTECTED]:/usersdev/cvs00/gdd:MyApp </developerConnection> </scm> <reporting> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>changelog-maven-plugin</artifactId> <version>2.0-beta-1</version> <reportSets> <reportSet> <id>full-report</id> <configuration> <type>range</type> <range>30</range> <basedir>${basedir}</basedir> </configuration> <reports> <report>changelog</report> <report>file-activity</report> <report>dev-activity</report> </reports> </reportSet> </reportSets> </plugin> </plugins> </reporting> I've been struggling to make it work, but I give up for now... Any idea? Best Regards / Cordialement, Fabrice BELLINGARD DINQ/DSIN/INSI/EATE/IDVS/AIDV (+33) (01 61) 45 15 91 - [EMAIL PROTECTED] Jason van Zyl <[EMAIL PROTECTED] > Pour 'Maven Users List' 06/10/2005 21:09 <users@maven.apache.org> cc Veuillez Objet répondre à Maven 2.x documentation Maven Users List <[EMAIL PROTECTED] che.org> Hi, I'm working on the Maven Getting Started Guide (GSG), some mini guides and some introductory material. In the last week or so I've been trying to harvest popular topics off the user list in order to create the introductory material users need and mini guides which are supposed to be little howtos for getting things done. What I have still needs to be fleshed out a great deal but if anyone has any ideas or topics for introductory material or mini guides please send them my way. Or if you have submitted something and you know of a particular JIRA issue you would like me to look at please send that my way too. http://people.apache.org/~jvanzyl/maven2/guides/toc.html Also if you want to create a little guide I would be happy to add it! :-) I hope to complete all the material for the 2.0 final release. Any feedback would be greatly appreciated. -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]