You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Roland Bali <ro...@gmail.com> on 2005/10/24 14:14:24 UTC

[m2] Invalid Subversion SCM URL error

Hi,

I'm trying to execute the following command:

mvn release:prepare
-DtagBase=svn://192.168.0.1/maven-mojos/dependency-copier/tags

The developerConnection tag in the POM is:
scm:svn://192.168.0.1/maven-mojos/dependency-copier/trunk

But I get the following error:
Embedded error: Can't load the scm provider.
The scm url is invalid.

What am I doing wrong?

Kind regards,
Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m2] Invalid Subversion SCM URL error

Posted by Brett Porter <br...@gmail.com>.
you're missing an svn:

scm:svn:svn://

I know that sounds silly, but if the svn protocol were http, the extra
svn is needed for clarity.

- Brett

On 10/24/05, Roland Bali <ro...@gmail.com> wrote:
> Hi,
>
> I'm trying to execute the following command:
>
> mvn release:prepare
> -DtagBase=svn://192.168.0.1/maven-mojos/dependency-copier/tags
>
> The developerConnection tag in the POM is:
> scm:svn://192.168.0.1/maven-mojos/dependency-copier/trunk
>
> But I get the following error:
> Embedded error: Can't load the scm provider.
> The scm url is invalid.
>
> What am I doing wrong?
>
> Kind regards,
> Roland
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org