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 21:55:36 UTC

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

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



##########
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:
       `build` may re-use the one bootstraped in `generate-code`. Otherwise, in general, every module build should have its own bootstrap.




-- 
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