Re: [DISCUSS] Maven Dependency Plugin

2024-03-21 Thread Jared Stehler
We mainly use in our builds: * analyze * analyze-only * analyze-duplicate as well as our own "fix" goal which runs on dev machines and auto-corrects used and declared; used and undeclared; unused and declared: https://github.com/HubSpot/maven-dependency-plugin/blob/hubspot/src/main/java/org/apach

Re: Any plan for maven-compiler-plugin 3.12.0 release?

2023-12-15 Thread Jared Stehler
Fantastic, thank you! On Fri, Dec 15, 2023 at 2:15 PM Slawomir Jaranowski wrote: > Hi, > > I will try to release even today. > > pt., 15 gru 2023 o 19:42 Jared Stehler > napisał(a): > > > > I am interested in the fix for dependency-managed annotationProcessors (

Any plan for maven-compiler-plugin 3.12.0 release?

2023-12-15 Thread Jared Stehler
I am interested in the fix for dependency-managed annotationProcessors ( https://issues.apache.org/jira/browse/MCOMPILER-391); are there any plans to release 3.12.0 in the short term?