diff options
Diffstat (limited to 'runtime/pom.xml')
-rw-r--r-- | runtime/pom.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/runtime/pom.xml b/runtime/pom.xml index 89eb805..0f5befc 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -84,6 +84,23 @@ SPDX-License-Identifier: LGPL-3.0-or-later </path> </annotationProcessorPaths> </configuration> + <executions> + <execution> + <id>default-compile</id> + <configuration> + <annotationProcessorPaths> + <path> + <groupId>io.quarkus</groupId> + <artifactId>quarkus-extension-processor</artifactId> + <version>${quarkus.version}</version> + </path> + </annotationProcessorPaths> + <compilerArgs> + <arg>-AlegacyConfigRoot=true</arg> + </compilerArgs> + </configuration> + </execution> + </executions> </plugin> <plugin> |