Andrew Watters wrote on Monday, March 07, 2005 4:51 PM:

> I have an internal repository set up (thanks to help here!) but I
> can't download artifacts from it.
> 
> In my project.properties I have
> maven.repo.remote=file:///M:/Shared/repository,http://www.ibib
> lio.org/maven,http://www.codeczar.com/maven
> 
> If I run 'maven jar -X' I can see that maven asks 'ibiblio' and
> 'codeczar' for the JAR but it doesn't try to access 'M'. How can I
> make it look there also?

Try:
maven.repo.remote=file:///M|/Shared/repository,http://www.ibiblio.org/maven,http://www.codeczar.com/maven

The '|' is normally taken as a replacement for ':' since the second colon 
results in an invalid URL.

- Jörg

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

Reply via email to