First, my objective. I want maven.repo.remote to point to our intranet Apache server for all artifacts. If our intranet does not have the artifact, it should connect to a "foreign" maven.repo.remote (ibiblio.org for argument's sake) and fetch it, storing a copy of the bytes as they fly by.
I have a proof-of-concept of this written in Python, but that means keeping yet-another-service alive, and really doesn't interest me. I started this journey trying to find example code for writing my own module, but the more docs I read, the more I think it may be possible to accomplish my goal using existing modules. I wanted to check and see if anyone had experience, or even some interesting ideas, before I start malloc and freeing my way to the nuthouse. :-) -- /v\atthew --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
