This is an automated email from the ASF dual-hosted git repository.

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 6aaebf34618d CAMEL-23113 - Specify dummy value for nisse property to 
workaround dependabot issue
6aaebf34618d is described below

commit 6aaebf34618d957258f272a016ee5e779b1dda2e
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Fri Mar 6 10:36:42 2026 +0100

    CAMEL-23113 - Specify dummy value for nisse property to workaround
    dependabot issue
    
    dependabot issue
    https://github.com/dependabot/dependabot-core/issues/14330 which doesn't
    support unresolved maven properties. In dependabot build, the nisse
    extension is not activated (not doing a regular Maven build it seems).
    So providing a dummy value which is overridden by Nisse extension is in
    a normal build.
    
    side note: some places, the os detection (provided by NIsse) is not veyr
    useful as it is discarding architecture that we are not testing/building
    anyway. (due to the fact that now more architecture are supported by
    protobuf)
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 70736b0783b1..6f0f2e612874 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,6 +147,7 @@
 
         <enforcer.phase>none</enforcer.phase><!-- We do not enforce with 
-Dquickly, the property is overridden in the full profile -->
 
+        
<nisse.os.classifier>overridenByNisseMavenExtension</nisse.os.classifier><!-- 
Workaround https://github.com/dependabot/dependabot-core/issues/14330 - Using 
an empty value which is overridien by nisse extension for a normal build -->
         <os.detected.classifier>${nisse.os.classifier}</os.detected.classifier>
     </properties>
 

Reply via email to