jamesnetherton commented on code in PR #8325:
URL: https://github.com/apache/camel-quarkus/pull/8325#discussion_r2839592926
##########
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:
```suggestion
<!--
Workaround for
https://github.com/apache/camel-quarkus/issues/7543.
This module produces an artifact that does not include any
compiled classes only license files, which causes tests to fail when the empty
target/classes directory is detected.
The workaround explicitly loads and installs the license
files from the target/license directory.
-->
```
--
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]