JiriOndrusek commented on code in PR #8325:
URL: https://github.com/apache/camel-quarkus/pull/8325#discussion_r2839680053
##########
extensions-support/spring/shade/core/pom.xml:
##########
@@ -82,6 +82,35 @@
</execution>
</executions>
</plugin>
+ <!-- Workaround for
https://github.com/apache/camel-quarkus/issues/7543
+ See more information in th ticket.
+ Shortly, when hashicorp test runs onb the system, which
contains this module/target/classes, it fails.
+ Reason is explained in the ticker
https://github.com/apache/camel-quarkus/issues/7543
+ Artifact created by this module does mot contain anything
(except license) in the target/classes folder.
+ Workaround loads and installs the licences from the folder
target/license
+ -->
Review Comment:
Thanks for the rewording my comment! It's fixed in the PR now.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]