Re: deploying WAR files to Tomcat

2010-08-23 Thread Benson Margulies
finalName in your POM can be used to get a plainly-named version in the target directory. The maven assembly plugin could be use to collect all the war files into a directory or tarball with their names changed following a pattern. the dependency plugin could be used to fetch them with their

Re: deploying WAR files to Tomcat

2010-08-23 Thread Justin Edelson
On 8/23/10 2:42 PM, Ron Wheeler wrote: This is a bit on the edge of Tomcat and Maven but I am hoping that there is a Maven solution or some little trick that makes the problem go away. Our LMS portal consists of 60 separate modules that we build using Maven. About 45 are webapps that we

RE: deploying WAR files to Tomcat

2010-08-23 Thread Haszlakiewicz, Eric
-Original Message- From: Ron Wheeler [mailto:rwhee...@artifact-software.com] This is a bit on the edge of Tomcat and Maven but I am hoping that there is a Maven solution or some little trick that makes the problem go away. Our LMS portal consists of 60 separate modules that we build

Re: deploying WAR files to Tomcat

2010-08-23 Thread Ron Wheeler
On 23/08/2010 4:09 PM, Justin Edelson wrote: On 8/23/10 2:42 PM, Ron Wheeler wrote: This is a bit on the edge of Tomcat and Maven but I am hoping that there is a Maven solution or some little trick that makes the problem go away. Our LMS portal consists of 60 separate modules that we build