You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Kalaveshi, Adrian" <ak...@rsasecurity.com> on 2004/02/24 23:27:48 UTC

repository proxy local-repo.copy

Greetings --

My maven-proxy.properties file contains the following:

repo.local.store=/export/repository-proxy
repo.local-repo.url=file://///export/repository
repo.local-repo.copy=false

As you can see, the proxy and the repository exist on the same machine.  I
can't get the repo.local-repo.copy property to work.  Every time a request
it made to the proxy for a jar that is available on the repository, it gets
copied over.  This seems to cause problems when  using SNAPSHOT versions of
jars.  The jars in /export/repository-proxy never get updated.  Is this a
bug?  Am I missing something?

Thanks,
-adrian-

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


Re: repository proxy local-repo.copy

Posted by Ben Walding <be...@walding.com>.
Probably best not to use maven-proxy from CVS at the moment as I'm in 
the middle of trying to work out a sane way to do all this.

Just use the config and jars from the wiki.

Kalaveshi, Adrian wrote:

>Greetings --
>
>My maven-proxy.properties file contains the following:
>
>repo.local.store=/export/repository-proxy
>repo.local-repo.url=file://///export/repository
>repo.local-repo.copy=false
>
>As you can see, the proxy and the repository exist on the same machine.  I
>can't get the repo.local-repo.copy property to work.  Every time a request
>it made to the proxy for a jar that is available on the repository, it gets
>copied over.  This seems to cause problems when  using SNAPSHOT versions of
>jars.  The jars in /export/repository-proxy never get updated.  Is this a
>bug?  Am I missing something?
>
>Thanks,
>-adrian-
>
>---------------------------------------------------------------------
>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