Please try using the latest snapshot of the maven-changelog-plugin instead.
Your scm connection looks wrong to me. There is one colon to many. Have
a look at:
http://maven.apache.org/scm/cvs.html
--
Dennis Lundberg
Jeff Mutonho wrote:
changelog-maven-plugin is failing with an error saying that my cvs
connection string is incorrect.The exact error message is :
[INFO] Generate "Maven Surefire Report" report.
[INFO] Generate "changelog" report.
[INFO] Generating changed sets xml to:
D:\MAVEN-WORK\eportal-domain\target\chang
elog.xml
[INFO]
------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO]
------------------------------------------------------------------------
[INFO] cvs repository connection string doesn't contain six tokens
[INFO]
------------------------------------------------------------------------
[INFO] Trace
java.lang.IllegalArgumentException: cvs repository connection string
doesn't
con
tain six tokens
at org.apache.maven.util.RepositoryUtils.splitSCMConnection
(RepositoryUt
ils.java:91)
at org.apache.maven.cvslib.CvsChangeLogGenerator.getScmLogCommand
(CvsCha
ngeLogGenerator.java :123)
at org.apache.maven.cvslib.CvsChangeLogGenerator.getEntries
(CvsChangeLog
Generator.java:94)
at org.apache.maven.changelog.ChangeLog.generateSets(ChangeLog.java
:430)
My scm connection string is specified as :
<connection>
scm:cvs:pserver:mutonj:[EMAIL PROTECTED]:/var/lib/cvsroot:dev
</connection>
and this works as it's the same one used by Continuum.
What am I doing wrong?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]