On 30/06/2011, at 5:52 PM, Chris Mylonas wrote: > Does > > simple = host a repo > harder = translation / proxy / indexing > > ? > > because "simple" sounds good for doing deployment testing (in my limited > archiva user-ness)
On 30/06/2011, at 6:36 PM, Benson Margulies wrote: > I was convinced that i could do the job as a file repo, but the > original idea was: > > a) start out empty. > b) accept a deploy from deploy:deploy > c) deliver that snapshot with an accurate timestamp. In both these cases, you could actually start up just an embedded Jetty server and use that. If you needed more than that - you'd still need an embedded web server since Archiva only produces a WAR, but then you could drop in the webdav module or the full webapp from there. We need to work on separating pieces that aren't needed so you can get a lighter set up. - Brett -- Brett Porter [email protected] http://brettporter.wordpress.com/
