RE: maven-war-plugin packagingExcludes not working

2022-07-12 Thread Jean Pierre URKENS
Yes, this worked! Thanks. -Original Message- From: Scott Kurz Sent: maandag 11 juli 2022 19:10 To: Maven Users List Subject: Re: maven-war-plugin packagingExcludes not working I tried this which seems to work: WEB-INF/classes/db/** though without tracking down the source

Re: maven-war-plugin packagingExcludes not working

2022-07-11 Thread Scott Kurz
I tried this which seems to work: WEB-INF/classes/db/** though without tracking down the source or doc to understand why.Maybe that helps though. On Mon, Jul 11, 2022 at 9:56 AM Jean Pierre URKENS wrote: > Dear all, > > > > I am trying to exclude the resources under

maven-war-plugin packagingExcludes not working

2022-07-11 Thread Jean Pierre URKENS
Dear all, I am trying to exclude the resources under ‘src/main/resource/db/*’ from being included in my war file any possible configuration of the ‘packagingExcludes ‘ config parameter seems to be ignored: My plugin-configuration as reported during the run with debug option is: [DEBUG]