-
Bug
-
Resolution: Done-Errata
-
Major
-
None
-
False
-
None
-
False
-
---
-
-
Add support for `annotationProcessorPathsUseDepMgmt` option of the `maven-compiler-plugin`
```
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>${compiler-plugin.version}</version>
<configuration>
<compilerArgs>
<arg>-parameters</arg>
</compilerArgs>
<!-- Panache -->
<parameters>${maven.compiler.parameters}</parameters>
<annotationProcessorPathsUseDepMgmt>true</annotationProcessorPathsUseDepMgmt>
<annotationProcessorPaths>
<!-- skip -->
```
- links to
-
RHSA-2024:133683 Red Hat build of Quarkus 3.8.5 release