On Dec 28, 2007 9:05 AM, Thomas Chang <[EMAIL PROTECTED]> wrote:
> Hi all,
>
>   I set my "settings.xml" so it will download the dependencies not from the 
> central (i.g. http://repo1.maven.org/maven2) but from my repository on the 
> server maschine.
>
>   The setting in my "settings.xml" looks as follow.
>
>   Does someone know what's wrong?
>
>   Regards
>
>   Thomas
>
>   ...
>   <mirror>
>   <id>MyMirrorId</id>
>   <mirrorOf>*</mirrorOf>
>   <name>Dependencies for DKV Projects</name>
>   <url>file://sap-dev/CVSREPO/CvsMaven</url>
>   </mirror>
>   ...
>
>   The connection to file://sap-dev/CVSREPO/CvsMaven is ok. But as I want to 
> run maven such as "mvn eclipse:eclipse" I got error as follow:

Is this an UNC name (\\server\share\path\to\file)? If yes, try to use
an URL of this form:

file:////sap-dev/CVSREPO/CvsMaven

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

Reply via email to