I'm trying to do a release. I have a fully synched remote svn repository, and a multimodule project. From the parent pom directory, I have run, among many others,

mvn release:prepare -Dproject.scm.developerConnection=scm:svn:file:/// Users/woodj/Documents/pmgt/pmgt/trunk -DtagBase=file:///Users/woodj/ Documents/pmgt/pmgt/tags

mvn release:prepare -Dproject.scm.developerConnection=scm:svn:http:// apollo.ucalgary.ca:8800/pmgt/trunk -DtagBase=http:// apollo.ucalgary.ca:8800/pmgt/tags

mvn release:prepare -Dproject.scm.developerConnection=scm:svn:http:// username:[EMAIL PROTECTED]:8800/pmgt/trunk -DtagBase=http:// username:[EMAIL PROTECTED]:8800/pmgt/tags

They all result in the same error:

[INFO] Verifying there are no local modifications ...
[INFO] ------------------------------------------------------------------------ ----
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------ ----
[INFO] Can't load the scm provider.

Embedded error: The scm url is invalid.

I have no scm info in my pom. The svn repository does require a username and password to use, but I'm not sure where it should go, or if mvn can garner enough info just by looking in the .svn directory of my working repository (ie only needs to use the file based URL).

I'm using maven 2.0.1-SNAPSHOT and maven-release-plugin:2.0-beta-4- SNAPSHOT (from svn).

What am I doing wrong?

Thanks,

J

--
Julian Wood <[EMAIL PROTECTED]>

Programmer/Analyst
University of Calgary

http://commons.ucalgary.ca


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to