Wait, do I have to install newer version of maven scm?
- Dan
Dan Diephouse wrote:
I installed a snapshot and am still getting the error:
[INFO]
----------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
----------------------------------------------------------------------------
[INFO] Can't load the scm provider.
Embedded error: The scm url is invalid.
This is what I added to my POM:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-4-SNAPSHOT</version>
</plugin>
I tried it with and without the colon after the ${maven.username} too.
- Dan
Emmanuel Venisse wrote:
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]
--
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]