Exception overlaying zip in war

2014-12-08 Thread Paul Benedict
I configured the WAR plugin to overlay a zip file. Nothing fancy. Here's the config: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-war-plugin/artifactId version2.5/version configuration overlays groupIdorg.company/groupId artifactIdui/artifactId

Re: Exception overlaying zip in war

2014-12-08 Thread Stuart McCulloch
On Monday, 8 December 2014 at 16:24, Paul Benedict wrote: I configured the WAR plugin to overlay a zip file. Nothing fancy. Here's the config: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-war-plugin/artifactId version2.5/version configuration overlays

Re: Exception overlaying zip in war

2014-12-08 Thread Paul Benedict
Yup. I copied/pasted and didn't even see the error I made. Thanks for pointing that out, Stuart! PS: Still sounds like a bug :-) It should not have seen any overlays -- but it was coerced to a String unexpectedly. Cheers, Paul On Mon, Dec 8, 2014 at 12:07 PM, Stuart McCulloch mccu...@gmail.com