Hi,
I am trying to build a maven-project that was created on Linux on a win-box.
Specifically I'm running into trouble with this entry
maven.repo.remote=file:/s/repository/maven/

On my win machine s is the remote drive.
I tried to access it using various notations like 
maven.repo.remote=file:s:/repository/maven/
or 
maven.repo.remote=file:///s/repository/maven/
and also with backslash. 
But Maven doesn't appear to acquire the jars from the remote machine.
Idea?

Marc




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

Reply via email to