There are no changelog reports being generated (all the data is blank). As you can see by the pom.xml example I provided, I am supplying a <connection> but the changelog appears to be ignoring it and using the <url> (which, with at least the CVS url I provided, doesn't seem to do anything).
-D > -----Original Message----- > From: Edwin Punzalan [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 28, 2005 8:49 PM > To: Maven Users List > Subject: Re: M2 changelog plugin w/ CVS (not SVN) > > Hi, > > The scmUrl is used to generate links from the generated > report and is correct based from your pom. > > The <scm><connection> will be used by the plugin if it exists > or else <developerConnection> or lastly, <url>. > > Can you give more details on your problem please. > > > Btw, you still need to have cvs installed in your system and > added to your path so changelog can generate the report. ^_^ > > > > > > > Darren Hartford wrote: > > >Hey all, > >I'm trying to use the maven-changelog-plugin for Maven2 version > >2.0-beta-1 without success against a CVS SCM. Most of the examples I > >have seen have been with SVN, and I need this to work with CVS. I'm > >using a known SCM connection string that works with the > Maven1-version > >of changelog plugin. > > > >Of note, the -X debug shows the URL for the lookup: > >[DEBUG] (f) scmUrl = > >http://cvs.mycomp.blah/cgi-bin/viewcvs.cgi/MYPROJECT/?root=project1 > > > >Any ideas please? > > > >-D > > > >Relevant pom.xml > >======================= > > <scm> > > > ><connection>scm:cvs:pserver:cvs.mycomp.blah:/cvsroot/project1 > :MYPROJECT< > >/connection> > > > ><url>http://cvs.mycomp.blah/cgi-bin/viewcvs.cgi/MYPROJECT/?ro > ot=project1 > ></url> > > </scm> > > > >... > > > > <plugin> > > <groupId>org.codehaus.mojo</groupId> > > <artifactId>changelog-maven-plugin</artifactId> > > <version>2.0-beta-1</version> > > </plugin> > >======================= > > > >--------------------------------------------------------------------- > >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]
