On 28-Sep-07, at 1:10 AM, owen_moony wrote:

I have just created an internal maven repository using proximity
(http://proximity.abstracthorizon.org). Everything is great, its acting as a proxy and getting the jars from the internet and caching them - brilliant!
My only question is how do I upload my own jars created by me?

Upload them to a bog-standard maven repository using, for example, scp or webdav. Maven repos are just directory trees of a known structure.

Is there an easier way to create an internal repository (forget proximity), so that you can use the "mvn deploy" command and get the thing to act as a
proxy and cache to the internet jars?

Maintain your in-house repository in parallel to your mirror, rather than trying to use one repo for both tasks.

Cheers,
Owen

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

Reply via email to