On 7 Sep 07, at 5:20 PM 7 Sep 07, Brian E. Fox wrote:

I don't currently, but have in the past used file:// for remote.


For deploying or actually pulling? Deploying is a totally different story. I know tons of people who use file, dav, scp, and ftp. Strictly for pulling I'm saying. And I'm not saying it will satisfy our users, just throwing out the idea. But HTTP is pretty much ubiquitous, handles all security concerns, easily distributed ...

The use case was that we had to mirror our internal repo to another corp
network. We essentially zipped up the repo and transferred it to their
machine (regularly and automatically via scm), which set a mirror entry pointing to the local fs. This had to be done this way because a proxied connection to our internal repo was not allowed, they needed full copies
of the entire build in scm.

I think these tools could could probably be special tools using Wagon, or something else like an rsync tool would be ideal.

I agree though that file:// is pretty useful. Just looking to make the mechanism as streamlined, simple, and consistent as possible.

Does Ivy or OSGi repositories support anything other then HTTP?


-----Original Message-----
From: Jason van Zyl [mailto:[EMAIL PROTECTED]
Sent: Friday, September 07, 2007 6:55 PM
To: Maven Developers List
Subject: Using HTTP repositories for consumption only

After thinking about Greg's comments I think it would be interesting
to ask people who actually uses anything but HTTP repositories for
consumption?

Deployment is a totally different story, but to radically simplify
the core what if we only allowed HTTP repositories for consumption in
2.1?

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




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


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


Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




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

Reply via email to