You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/12/07 16:15:15 UTC

[GitHub] [camel-quarkus] zbendhiba commented on a change in pull request #3359: Workaround for NoSuchFileException: .../target/classes when executing a

zbendhiba commented on a change in pull request #3359:
URL: https://github.com/apache/camel-quarkus/pull/3359#discussion_r764153075



##########
File path: integration-tests/avro/pom.xml
##########
@@ -62,6 +62,7 @@
             <plugin>
                 <groupId>io.quarkus</groupId>
                 <artifactId>quarkus-maven-plugin</artifactId>
+                <extensions>true</extensions><!-- Workaround for https://github.com/quarkusio/quarkus/issues/21718 -->

Review comment:
       What is the default version of extensions ? Why we don't have a value for it ?
   On the doc here, it seems to be set to true on each snippet of code. 
   
   I'm trying to understand. Otherwise, LGTM.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org