This is an automated email from the ASF dual-hosted git repository.
gzurowski pushed a commit to branch camel-4.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.14.x by this push:
new eb33cb1bc500 Workaround md5 false positive verification when
publishing to Nexus
eb33cb1bc500 is described below
commit eb33cb1bc500d6a69b2e52dae49f0b0740fba4f7
Author: Aurélien Pupier <[email protected]>
AuthorDate: Tue Dec 16 14:39:32 2025 +0100
Workaround md5 false positive verification when publishing to Nexus
Cannot use just a comment because it is removed when the pom file is
"installed"
Signed-off-by: Aurélien Pupier <[email protected]>
---
dsl/camel-jbang/camel-jbang-main/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dsl/camel-jbang/camel-jbang-main/pom.xml
b/dsl/camel-jbang/camel-jbang-main/pom.xml
index 9c7e55135861..9d360245fd02 100644
--- a/dsl/camel-jbang/camel-jbang-main/pom.xml
+++ b/dsl/camel-jbang/camel-jbang-main/pom.xml
@@ -40,6 +40,8 @@
<supportLevel>Preview</supportLevel>
<dist.dir>dist</dist.dir>
<camel-prepare-component>false</camel-prepare-component>
+ <!-- This property is a modification to workaround false positive on
md5 verification when publishing to Nexus -->
+ <workaround>workaround</workaround>
</properties>
<dependencies>