Hi- I'm trying to establish my own Repo server so that I can access resources that I don't want to publish to the net.
I've added the following line to my build.properties file in my home dir- maven.repo.remote = http://lin4.moneng.mei.com/maven/,http://www.ibiblio.org/maven The error message I get are the following- Error retrieving artifact from [http://www.ibiblio.org/maven/JXTA/jars/jarname.jar]: java.lang.Exception: Can't get jarname.jar.incomplete to /home/morettil/3P/maven/jarname/jars/jarname.jar.incomplete The thing is that the get from the local repo is successfully completed before it tries to get it from ibiblio.org. Is there a way to say that if you get it from one, you don't have to get it from the other? Luciano Moretti --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
