Re: General question about how to use Maven to build and deploy

2007-09-21 Thread Eric Dalquist
I've been dealing with converting an existing web application to Maven and had similar issues. Our developers are used to having Ant targets that do things such as; compile, package and deploy to the app server. What I came up with is really just writing and Ant script to do these tasks that u

RE: General question about how to use Maven to build and deploy

2007-09-21 Thread Chris Helck
Hi Dave, We use maven to create an installer that gets deployed to our repo. When we want to install it somewhere we do: wget http://my_repo/ebs/installer/MyInstaller-1.0.2.sh sh MyInstaller-1.0.2.sh In the past we used InstallShield, but for our apps it is overkill. Instead we use simple

Re: General question about how to use Maven to build and deploy

2007-09-21 Thread Yaakov Chaikin
gt; > > -Original Message- > > From: Wayne Fay [mailto:[EMAIL PROTECTED] > > Sent: September 21, 2007 10:00 AM > > To: Maven Users List > > Subject: Re: General question about how to use Maven to build and deploy > > > > Ant > > Cargo > &

Re: General question about how to use Maven to build and deploy

2007-09-21 Thread Wayne Fay
To: Maven Users List > Subject: Re: General question about how to use Maven to build and deploy > > Ant > Cargo > Various other container-specific plugins Manual copy etc > > We certainly do not automate deployment to Production. But it makes > sense to set up a Continuous Inte

RE: General question about how to use Maven to build and deploy

2007-09-21 Thread Dave Rathnow
We are building webapps and standalone apps. Our web container is Jboss. -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: September 21, 2007 10:00 AM To: Maven Users List Subject: Re: General question about how to use Maven to build and deploy Ant Cargo Various

Re: General question about how to use Maven to build and deploy

2007-09-21 Thread Wayne Fay
Ant Cargo Various other container-specific plugins Manual copy etc We certainly do not automate deployment to Production. But it makes sense to set up a Continuous Integration server and perhaps automate deployment to a CI deployment environment. What kind of app are you building, Dave? And what

Re: General question about how to use Maven to build and deploy

2007-09-21 Thread Farhan Sarwar
Thats something i would be interested in knowing as well, as to what people are using for automated deployment of their wars/ears or are they still relying on some manual effort, i know of few using ant for the same. Farhan. to my knowledge most of the people are currently using or ant or other