Re: Maven 'deploy' relationship to large-scale software deployment

2008-08-06 Thread Ken Liu
ironment" >> > to "we use installshield and don't have to worry" and everything in >> > between. We have in one environment alone, 6 jboss servers for ONE >> > application. That ear that gets deployed there (and all it's >> supporting >>

Re: Maven 'deploy' relationship to large-scale software deployment

2008-08-06 Thread Ken Liu
gt; -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 31, 2008 4:48 PM > To: Maven Users List > Subject: Re: Maven 'deploy' relationship to large-scale software > deployment > > I think you'll find that Maven itself stops at

Re: Maven 'deploy' relationship to large-scale software deployment

2008-08-05 Thread Andreas Gies
Well, I had to face the same problem. I am currently responsible for a large scale project that delivers SOA applications based on an ESB implementation. At the end of the day I have written a series of Maven plugins that allow me to define a packaging on the top level - the application to be

RE: Maven 'deploy' relationship to large-scale software deployment

2008-08-01 Thread EJ Ciramella
CTED] Sent: Friday, August 01, 2008 11:17 AM To: Maven Users List Subject: Re: Maven 'deploy' relationship to large-scale software deployment Say you are deploying to Jetty , and you configure all your database settings via jetty.xml that is part of the installation. I'm just saying

Re: Maven 'deploy' relationship to large-scale software deployment

2008-08-01 Thread Brett Porter
uly 31, 2008 6:03 PM > To: Maven Users List > Subject: Re: Maven 'deploy' relationship to large-scale software > deployment > > 2008/8/1 EJ Ciramella <[EMAIL PROTECTED]>: >> I looked into this, but that wouldn't work. If you unpack say, a >> profiles.x

RE: Maven 'deploy' relationship to large-scale software deployment

2008-08-01 Thread EJ Ciramella
ist Subject: Re: Maven 'deploy' relationship to large-scale software deployment 2008/8/1 EJ Ciramella <[EMAIL PROTECTED]>: > I looked into this, but that wouldn't work. If you unpack say, a > profiles.xml file, it's too late in the build sequence. You'd need to &

Re: Maven 'deploy' relationship to large-scale software deployment

2008-07-31 Thread Brett Porter
2008/8/1 EJ Ciramella <[EMAIL PROTECTED]>: > I looked into this, but that wouldn't work. If you unpack say, a > profiles.xml file, it's too late in the build sequence. You'd need to > unpack, stop, start up your build again. And if you use a filter file, > you can't override those properties fro

Re: Maven 'deploy' relationship to large-scale software deployment

2008-07-31 Thread Wendy Smoak
On Thu, Jul 31, 2008 at 2:32 PM, stug23 <[EMAIL PROTECTED]> wrote: > I do find it interesting that there aren't more tools (well as far as I am > aware at this point...) that are designed specifically to perform > large-scale deployment from a Maven repository to multiple (in some cases > many ~10

RE: Maven 'deploy' relationship to large-scale software deployment

2008-07-31 Thread EJ Ciramella
tings.xml. Is there some other magic I'm not seeing here? -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2008 5:10 PM To: Maven Users List Subject: Re: Maven 'deploy' relationship to large-scale software deployment 2008/8/1 EJ Cira

Re: Maven 'deploy' relationship to large-scale software deployment

2008-07-31 Thread stug23
d in a zip takes close to 200 mb. I'm not about to >> generate 1200 mb worth of ear files with each build (sometimes there's >> three or more built in a single day). >> >> I feel like either there are different terms to describe these things or >> no one is do

Re: Maven 'deploy' relationship to large-scale software deployment

2008-07-31 Thread Brett Porter
2008/8/1 EJ Ciramella <[EMAIL PROTECTED]>: > This only hints at solutions to #2 below: > >> 2 - How does one deploy said generated application zip/tar file? >> There's nothing I can see supplied in any plugin to support large > scale >> deployments (say, six app servers, four web servers, a db serv

RE: Maven 'deploy' relationship to large-scale software deployment

2008-07-31 Thread EJ Ciramella
hursday, July 31, 2008 4:48 PM To: Maven Users List Subject: Re: Maven 'deploy' relationship to large-scale software deployment I think you'll find that Maven itself stops at the repository. So the best thing to do is to use tools that can take artifacts from the repository and dep

Re: Maven 'deploy' relationship to large-scale software deployment

2008-07-31 Thread Brett Porter
e either there are different terms to describe these things or > no one is doing anything to this scale. > > I'd love some feedback/suggestions as to how others are doing this. > > -Original Message- > From: stug23 [mailto:[EMAIL PROTECTED] > Sent: Thursday, Ju

RE: Maven 'deploy' relationship to large-scale software deployment

2008-07-31 Thread EJ Ciramella
these things or no one is doing anything to this scale. I'd love some feedback/suggestions as to how others are doing this. -Original Message- From: stug23 [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2008 10:25 AM To: users@maven.apache.org Subject: Re: Maven 'deploy'

Re: Maven 'deploy' relationship to large-scale software deployment

2008-07-31 Thread stug23
Am I alone in needing to understand how Maven relates to large-scale software deployment? :confused: stug23 wrote: > > Maven has its own notion of 'deploying' a software artifact to a Maven > repository. And there are quite a number of 'out of band' Maven plugins > such as Cargo that can re

Maven 'deploy' relationship to large-scale software deployment

2008-07-29 Thread stug23
Maven has its own notion of 'deploying' a software artifact to a Maven repository. And there are quite a number of 'out of band' Maven plugins such as Cargo that can remotely deploy a war file to a running web container. My question centers on how Maven relates to situations where once a software