Re: Maven Tomcat 7 plugin - changing war name

2011-11-23 Thread Will Glass-Husain
/ >true > > > > -Original Message- > From: Will Glass-Husain [mailto:wglasshus...@gmail.com] > Sent: Tuesday, November 22, 2011 10:03 PM > To: Tomcat Users List > Subject: Maven Tomcat 7 plugin - changing war name &g

RE: Maven Tomcat 7 plugin - changing war name

2011-11-23 Thread Hodchenkov, Paul
/ true -Original Message- From: Will Glass-Husain [mailto:wglasshus...@gmail.com] Sent: Tuesday, November 22, 2011 10:03 PM To: Tomcat Users List Subject: Maven Tomcat 7 plugin - changing war name Hi, I'm strug

Re: Maven Tomcat 7 plugin - changing war name

2011-11-22 Thread Will Glass-Husain
Thanks for the quick response. I wasn't initially sure of the status (the original Maven plugin doesn't work with Tomcat 7, so this is definitely needed. Now I see it's under development. I'll file an issue. WILL On Tue, Nov 22, 2011 at 1:50 PM, Olivier Lamy wrote: > yep, not done yet :-) >

Re: Maven Tomcat 7 plugin - changing war name

2011-11-22 Thread Olivier Lamy
yep, not done yet :-) It's a bit weird issue as the plugin use the project artifact (i.e. ${project.artifact} as mojo parameter expression which should point to the war artifact of your project ). Can you load an issue ? (I probably won't have time before end of the week to have a look). 2011/

Re: Maven Tomcat 7 plugin - changing war name

2011-11-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Will, On 11/22/11 2:02 PM, Will Glass-Husain wrote: > I'm struggling to get the tomcat7 plugin to work. I'm pretty sure that's still under development, so YMMV right now. Stick around and I'm sure you'll get a better answer from Olivier. I just did

Maven Tomcat 7 plugin - changing war name

2011-11-22 Thread Will Glass-Husain
Hi, I'm struggling to get the tomcat7 plugin to work. I want to change the name of the war file. When I call mvn tomcat7:deploy-only It looks for war file XXX-YYY.war, where XXX is the artifactId and YYY is the version name. I'd rather use a different, simpler WAR file name "myapp". It's u