"Chris Helck" <[EMAIL PROTECTED]> writes: > Hello, > > I need advice. Our production builds are handled by a separate group. > They do the builds in a locked room with limited access to the company > infrastructure, and no access to the outside world. They have access to > our SCM. In the room they have a web server that has ssh access to a > development web server. > > To do a maven based build they first rsync their web server's repo with > the development one. Then the build machine accesses their web server. >
FWIW, I may offer two solutions: 1. use a proxy for controlling artifact retrieval (eg. one of archiva, artifactory, proximity...). The proxy could use some ssh tunnel/https access to download artifacts from main dev server. 2. include some script that does rsync synchro or whatever to retrieve artifacts. Ivy (http://incubator.apache.org/ivy) could be useful in this case to replace rsync: it understandns maven repos and can use ssh (I think). HTH -- OQube < software engineering \ génie logiciel > Arnaud Bailly, Dr. \web> http://www.oqube.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
