This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch release/4.14.3
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/release/4.14.3 by this push:
new b5060ccf4938 Workaround md5 false positive verification when
publishing to Nexus
b5060ccf4938 is described below
commit b5060ccf49380f7e1f4d71f30b841fd0673dcb9d
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 356054125471..bc6a0edb8b7b 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>