Re: [DISCUSS] Maven Dependency Plugin

2024-03-21 Thread Scott Kurz
+1 to this list from Slawomir: - dependency:analyze / dependency:analyze-only - dependency:copy - dependency:copy-dependencies - dependency:go-offline - dependency:list - dependency:tree - dependency:unpack - dependency:unpack-dependencies On Thu, Mar 21, 2024 at 2:56 PM Slawomir Jaranowski

Re: maven debugging frustrations

2023-12-19 Thread Scott Kurz
You might as well use the '-e' flag too to show the stack trace. Possibly consider updating the compiler-plugin version too (it's up to 3.12.0) if you're using an old one? Knowing the exception line number and your version of the compiler plugin you might browse the source at the corresponding

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

Re: Suggestion: MWAR-441 - allow "outdatedCheckPath" matching root of webappDirectory

2021-05-06 Thread Scott Kurz
8 AM Patty Mele wrote: > I don't know what you are talking about. > > Patty Mele > > On Wed, May 5, 2021 at 3:31 PM Scott Kurz wrote: > > > Hi, > > > > I have a similar use case I think as the one for which the > > *outdatedCheckPath > > *parameter

Suggestion: MWAR-441 - allow "outdatedCheckPath" matching root of webappDirectory

2021-05-05 Thread Scott Kurz
://issues.apache.org/jira/browse/MWAR-441 for this, to allow either '.' or '*' values maybe. I've not really contributed to any of the Apache plugins before so thought maybe the email here to the list might help, before writing any code. Appreciate any comments...thanks, Scott Kurz

How to configure java.util.logging for a forked failsafe invocation?

2018-07-24 Thread Scott Kurz
wanted to check this wasn't a known problem or a usage error... (or if the "solution" is just not to fork which I wasn't hoping to resort to yet). Thanks, Scott Kurz