Sam, I am not sure if you have been able to fix this issue or not but, there are some issues with the version of plugin you are using now. I had the same issue and was asked to use a different version: 2.0-SNAPSHOT
Anywayz here is the thread: http://www.nabble.com/changelog-maven-plugin-and-scm-error-tf2227141.html#a6840168 ...... Sree Sam Anabtawi wrote: > > I have been trying to get the changelog-maven-plugin to work with CVS for > a few hours now. I have searched for the topic and found a few good > threads, but I never really found a definite solution. > > Error Message > [WARNING] Error loading report org.apache.maven.changelog.ChangeLogReport > - AbstractMethodError: canGenerateReport() > [WARNING] Error loading report > org.apache.maven.changelog.DeveloperActivityReport - AbstractMethodError: > canGenerateReport() > [WARNING] Error loading report > org.apache.maven.changelog.FileActivityReport - AbstractMethodError: > canGenerateReport() > > Maven Version > 2.0.4 > > changelog-maven-plugin Version > 2.0-beta-1 > > OS > Windows Xp Pro > > Plugin Declaration in POM.xml > <reporting> > <plugins> > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>changelog-maven-plugin</artifactId> > </plugin> > </plugins> > </reporting> > > SCM Configuration POM.xml > > First Variation: > <scm> > > <connection>scm:cvs:pserver:username:[EMAIL > PROTECTED]:2401:/a/cvs:OMS</connection> > > <developerConnection>scm:cvs:pserver:username:[EMAIL > PROTECTED]:2401:/a/cvs:OMS</developerConnection> > <url>http://repository</url> > </scm> > > Second Variation > <scm> > > <connection>scm:cvs:pserver:username:@cvsserver:2401:/a/cvs:OMS</connection> > > <developerConnection>scm:cvs:pserver:username:@cvsserver:2401:/a/cvs:OMS</developerConnection> > <url>http://repository</url> > </scm> > > Note that I removed the password yet left the : just like some thread > suggested. I also did a cvs login from the command line right before I > tried the above scm. > > Third Variation > <scm> > > <connection>scm:cvs:pserver:username:@cvsserver:/a/cvs:OMS</connection> > > <developerConnection>scm:cvs:pserver:username:@cvsserver:/a/cvs:OMS</developerConnection> > <url>http://repository</url> > </scm> > > Note that I removed the port number. > > The SCM Template I am Trying to Follow > I will put this here for quick reference: > > scm:cvs<delimiter>pserver<delimiter>[username[<delimiter>[EMAIL > PROTECTED]<delimiter>port]<delimiter>path_to_repository<delimiter>module_name > > Other Notes > 1) I am not using the standard Maven directory structure. All I am > supposed to do with Maven is create a project site for an existing project > using mvn site:site. > 2) The site is generated successfully (I love the site!), but clicking on > any of the changelog links displays this message: > > No sources found to create a report. > > 3) I hope I was thorough enough, and thank you for your help in advance! > > -Sam > > -- View this message in context: http://www.nabble.com/changelog-maven-plugin-and-CVS-tf2411040.html#a6862719 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
