Hi Rusty, +) you can use an additional company repo where you deploy your very own releases. In effect you have three repos then : local - company - public +) it is enough to run an Apache to server the repo - as it is done on repo1.maven.org
Cheers, Siegfried Goeschl Rusty Wright wrote: > Is that "company repo" the maven repository? I haven't yet set up a > local repository manager so I'm guessing that they're downloading the > war via the repo's web interface? > > > Siegfried Goeschl wrote: >> We had a third solution >> >> 3.) Build it for them and simply give the company repo URL to download >> the WAR plus all the ready-to-use configuration files for their target >> environments >> >> Siegfried Goeschl >> >> [EMAIL PROTECTED] wrote: >>> We used 2 solutions. >>> >>> 1.) Help them install Maven and then get them to execute a maven build >>> that uses the scm plugin to get a tagged version >>> >>> 2.) Build it for them and simply hand them the WAR :) >>> >>> Cheers, >>> Martijn >>> >>> On Dec 4, 2008 11:53pm, Rusty Wright <[EMAIL PROTECTED]> wrote: >>>> I was wondering if and how people are doing war deployments in a setup >>> where you have a production control group that deploys the war to your >>> qa and production servers (tomcat, for example). >>>> >>>> >>>> It seems to me that you could have them use maven with the cargo >>>> plugin. >>> But how do they get the pom.xml; check it out of scm and then run >>> maven with it? And do you have a separate project that's just for >>> doing the deployment? >>>> >>>> >>>> --------------------------------------------------------------------- >>>> >>>> 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] >> > > --------------------------------------------------------------------- > 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]
