This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch 2.2.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 747bc1261a051d69a4c909415c76162f4a4a8f55
Author: Peter Palaga <ppal...@redhat.com>
AuthorDate: Tue Dec 7 13:41:16 2021 +0100

    Workaround for NoSuchFileException: .../target/classes when executing a
    codegen task https://github.com/quarkusio/quarkus/issues/21718
---
 integration-tests/avro/pom.xml     | 1 +
 integration-tests/protobuf/pom.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/integration-tests/avro/pom.xml b/integration-tests/avro/pom.xml
index 076aa59..0e3535b 100644
--- a/integration-tests/avro/pom.xml
+++ b/integration-tests/avro/pom.xml
@@ -89,6 +89,7 @@
             <plugin>
                 <groupId>io.quarkus</groupId>
                 <artifactId>quarkus-maven-plugin</artifactId>
+                <extensions>true</extensions><!-- Workaround for 
https://github.com/quarkusio/quarkus/issues/21718 -->
                 <executions>
                     <execution>
                         <id>generate-code</id>
diff --git a/integration-tests/protobuf/pom.xml 
b/integration-tests/protobuf/pom.xml
index 211c2f5..69188bf 100644
--- a/integration-tests/protobuf/pom.xml
+++ b/integration-tests/protobuf/pom.xml
@@ -89,6 +89,7 @@
             <plugin>
                 <groupId>io.quarkus</groupId>
                 <artifactId>quarkus-maven-plugin</artifactId>
+                <extensions>true</extensions><!-- Workaround for 
https://github.com/quarkusio/quarkus/issues/21718 -->
                 <executions>
                     <execution>
                         <id>quarkus-generate-code</id>

Reply via email to