Re: (newbie question) seding war somewhere else

2007-05-10 Thread Wayne Fay
Another option of course is to use the Cargo Maven2 plugin for your deployment. Depending on your container, this may be a better approach. Wayne On 5/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Arrowx7 <[EMAIL PROTECTED]> wrote on 05/10/2007 12:16:04 PM: > > I have mevenide2 installed

Re: (newbie question) seding war somewhere else

2007-05-10 Thread Greg_Vaughn
Arrowx7 <[EMAIL PROTECTED]> wrote on 05/10/2007 12:16:04 PM: > > I have mevenide2 installed, and when I run lifecycle phase "install" > one of the output lines is > [INFO]Installing /root/sourcecode/myproject.war to > /root/.m2/repository/org/myproject.war > > is there a way to get it to instal

Re: (newbie question) seding war somewhere else

2007-05-10 Thread Arrowx7
how do I change the deployment location?? nhoj_p wrote: > > The common approache is to use deploy to get the war to the 'deployment' > location. Install is just to install into your local repository so its > avaliable to other projects your working on. > > On 10/05/07, Arrowx7 <[EMAIL PROTECT

Re: (newbie question) seding war somewhere else

2007-05-10 Thread John Patrick
The common approache is to use deploy to get the war to the 'deployment' location. Install is just to install into your local repository so its avaliable to other projects your working on. On 10/05/07, Arrowx7 <[EMAIL PROTECTED]> wrote: Hello, I have mevenide2 installed, and when I run lifecyc

(newbie question) seding war somewhere else

2007-05-10 Thread Arrowx7
Hello, I have mevenide2 installed, and when I run lifecycle phase "install" one of the output lines is [INFO]Installing /root/sourcecode/myproject.war to /root/.m2/repository/org/myproject.war is there a way to get it to install somewhere other than /root/.m2/repository/... say /usr/local/tomcat