We use SSPI to connect to our CVS repository, which does not seem to work with Maven2's SCM plugin. It is not mentioned as a supported protocol in the SCM plugin docs, and I found nothing in the list archives nor an issue in JIRA.
When I tried, I just got this exception: org.apache.maven.scm.repository.ScmRepositoryException: The scm url is invalid. The relevant section of my POM is: <scm> <connection>scm:cvs:sspi:myserver/repository/pm/productmachine</connection> </scm> (I tried developerConnection as well). Is it true that SSPI connections to CVS are not currently supported? If so, are there any plans to support SSPI? Does anyone have a work-around they could recommend (I'm not very experienced with CVS administration)? -- Daniel Siegmann FJA-US, Inc. 512 Seventh Ave., New York, NY 10018 (212) 840-2618 ext. 139 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
