On Wed, Nov 10, 2010 at 8:51 AM, Mattmann, Chris A (388J) <chris.a.mattm...@jpl.nasa.gov> wrote: > Anyone know how to fix that in Maven?
I can't figure out how or where Maven is bringing it in. It seems to be putting the files in all of our builds in the META-INF directory. That's the correct location for a JAR file, but the META-INF directory in a web archive belongs at the root of the archive not in WEB-INF/classes. Greg