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/?root=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]

Reply via email to