You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Stefan Groschupf <sg...@media-style.com> on 2004/02/01 18:52:12 UTC

less than six tokens

Hi,

sorry i had searched in the archive and in the user Guide as well,
Can someone  give me a hint what's wrong?
I have a working cvs connection configured in my project.xml file. ;?



BUILD FAILED
File...... file:/Users/joa/.maven/plugins/maven-changelog-plugin-1.3/
Element... changelog:changelog
Line...... 64
Column.... 15
repository connection string contains less than six tokens


Thanks,
Stefan


open technology:   http://www.media-style.com
open source:           http://www.weta-group.net
open discussion:    http://www.text-mining.org


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


Re: less than six tokens

Posted by Emmanuel Venisse <em...@venisse.net>.
Your repository configuration is incorrect in your projec.xml. It must be :

  <repository>
    <connection>scm:cvs:[protocol like pserver]:[login]@[server
address]:[directory]:[module name]</connection>
  </repository>

I think you ommit the module name in your connection string.

Emmanuel

----- Original Message ----- 
From: "Stefan Groschupf" <sg...@media-style.com>
To: "Maven Users List" <us...@maven.apache.org>
Sent: Sunday, February 01, 2004 6:52 PM
Subject: less than six tokens


> Hi,
>
> sorry i had searched in the archive and in the user Guide as well,
> Can someone  give me a hint what's wrong?
> I have a working cvs connection configured in my project.xml file. ;?
>
>
>
> BUILD FAILED
> File...... file:/Users/joa/.maven/plugins/maven-changelog-plugin-1.3/
> Element... changelog:changelog
> Line...... 64
> Column.... 15
> repository connection string contains less than six tokens
>
>
> Thanks,
> Stefan
>
>
> open technology:   http://www.media-style.com
> open source:           http://www.weta-group.net
> open discussion:    http://www.text-mining.org
>
>
> ---------------------------------------------------------------------
> 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