RE: How can Maven be used to prepare a complex, multi-module JavaEE app for release

2012-01-10 Thread Glenn Silverman
of an annoyance at doing something for no useful purpose. Ron On 09/01/2012 8:07 PM, Glenn Silverman wrote: We have a complex JavaEE app with multiple wars, jars, ds.xml and config files, etc. In fact, there are over 80 different artifacts that make up our application. We use the maven-assembly

How can Maven be used to prepare a complex, multi-module JavaEE app for release

2012-01-09 Thread Glenn Silverman
We have a complex JavaEE app with multiple wars, jars, ds.xml and config files, etc. In fact, there are over 80 different artifacts that make up our application. We use the maven-assembly-plugin to create a gzip file and untar it into a JBOSS instance to deploy and run. It's not pretty and it's a

Maven assembly plugin outputDirectory cannot contain an extension

2011-11-23 Thread Glenn Silverman
Help! I have a fileSet element in my assembly.bin that looks like this: fileSet directoryresources/running.war/directory outputDirectorydeploy/running.war/outputDirectory includes include**/*/include /includes /fileSet However, instead of putting the files in