Hi,
I am trying to use Maven 2 release plugin for the first time. Here's
how I configure my SCM connection:
<scm>
<connection>scm:cvs:pserver:[EMAIL PROTECTED]:r:m</connection>
<developerConnection>scm:cvs:pserver:[EMAIL
PROTECTED]:r:m</developerConnection>
<tag>HEAD</tag>
</scm>
Of course, the values h, r, and m, are replaced with the actual values
for host, CVS root, and module. (These values are fine, because "cvs
-d :pserver:[EMAIL PROTECTED]:r checkout m" works fine.)
However, I keep getting the following error message from the release plugin:
[INFO] An error is occurred in the status process.
Embedded error: Can't load the scm provider.
The scm url is invalid.
I have tried omitting the module name and similar ideas, but that
didn't made any difference. Any ideas what's wrong?
Regards,
Jochen
--
Often it does seem a pity that Noah and his party did not miss the
boat. (Mark Twain)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]