SCM Parse Connection output is wrong / misleading
-------------------------------------------------
Key: MAVEN-1807
URL: http://jira.codehaus.org/browse/MAVEN-1807
Project: Maven 1.x
Issue Type: Bug
Affects Versions: 1.1-rc1
Reporter: James Shute
Fix For: 1.1
If I do "maven scm:perform-release", and have maven.scm.url set to
scm:cvs:pserver:anon:@cvshost:/home/source:MyModule then it works absolutely
fine, but the scm:parse-connection goal produces some very misleading output:
scm:parse-connection:
[echo] Using SCM method: cvs
[echo] Using CVSROOT: :pserver:anon:@cvshost
[echo] Using module: /home/source
This is obviously quite wrong. Removing the : from after "anon" in the url
(i.e. the bit that says "use a blank password") makes the output from
scm:parse-connection correct, but then the checkout step fails (presumably
because it's no longer tying to use a blank password)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira