You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2023/07/04 12:28:38 UTC

[camel] branch main updated: Fixup ae4213b Add .sdkmanrc to select the recommended Maven and Java versions if the user uses SDKMAN

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

ppalaga 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 8be2cba1ffa Fixup ae4213b Add .sdkmanrc to select the recommended Maven and Java versions if the user uses SDKMAN
8be2cba1ffa is described below

commit 8be2cba1ffa6072ba867c825b595096a4b2d5206
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Tue Jul 4 14:27:16 2023 +0200

    Fixup ae4213b Add .sdkmanrc to select the recommended Maven and Java
    versions if the user uses SDKMAN
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 67809de135c..dfb47716626 100644
--- a/pom.xml
+++ b/pom.xml
@@ -350,6 +350,7 @@
                             <exclude>**/yarn.lock</exclude>
                             <exclude>**/zkserver*.conf</exclude>
                             <exclude>.mvn/**</exclude>
+                            <exclude>.sdkmanrc</exclude>
                             <exclude>KEYS</exclude>
                             <exclude>camel-sbom/*.xml</exclude>
                             <exclude>doap.rdf</exclude>