I think it's an error in cvs provider. Actual version of release plugin use an old version of it (1.0-alpha-2). We are now in 1.0-beta-2 and 1.0 will be release in few days.

You can try release plugin snapshot from svn.

Emmanuel

Dan Diephouse a écrit :
Nah, I tried that too.  Eclipse has my cvs url set to:

:extssh:[EMAIL PROTECTED]:/home/projects/xfire/scm

Is that going to cause problems?
- Dan

dan tran wrote:

wild guess,

${maven.username}:@

You need a ":" after username

-D


On 2/16/06, Dan Diephouse <[EMAIL PROTECTED]> wrote:
I am trying to do a release, but Maven 2 doesn't seem to like my scm
url. Here is the scm section from my POM:

<scm>

<connection>scm:cvs:pserver:anonymous:@cvs.xfire.codehaus.org
:/home/projects/xfire/scm:xfire</connection>

<developerConnection>scm:cvs:ext:${maven.username}@
cvs.xfire.codehaus.org:/home/projects/xfire/scm:xfire
</developerConnection>
     <url>https://cvs.xfire.codehaus.org/viewrep/xfire</url>
   </scm>

Here is the output I get from runinng release:prepare (I skipped the
tests to test this functionality, but that doesn't seem to make a
difference)

[INFO] Verifying there are no local modifications ...
[INFO]

----------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]

----------------------------------------------------------------------------
[INFO] An error is occurred in the status process.

Embedded error: Can't load the scm provider.
The scm url is invalid.

Any ideas?

--
Dan Diephouse
Envoi Solutions LLC
http://envoisolutions.com
http://netzooid.com/blog


---------------------------------------------------------------------
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