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

orpiske 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 2cf6ff50db2 INFRA-26486: re-enable develocity
2cf6ff50db2 is described below

commit 2cf6ff50db2b55f4dd983e59fa9bcdaa74370252
Author: Otavio R. Piske <angusyo...@gmail.com>
AuthorDate: Sat Feb 15 08:34:49 2025 +0100

    INFRA-26486: re-enable develocity
    
    Signed-off-by: Otavio R. Piske <angusyo...@gmail.com>
---
 .gitignore          |  1 +
 .mvn/develocity.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++
 .mvn/extensions.xml |  5 +++++
 3 files changed, 50 insertions(+)

diff --git a/.gitignore b/.gitignore
index 353435dcccf..6dafc7809cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@ node_modules/
 mvnd.zip*
 .camel-jbang
 .camel-jbang-run
+.mvn/.develocity/develocity-workspace-id
diff --git a/.mvn/develocity.xml b/.mvn/develocity.xml
new file mode 100644
index 00000000000..c8b24045c9f
--- /dev/null
+++ b/.mvn/develocity.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<develocity
+        xmlns="https://www.gradle.com/develocity-maven"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+        xsi:schemaLocation="https://www.gradle.com/develocity-maven 
https://www.gradle.com/schema/develocity-maven.xsd";>
+    <projectId>camel</projectId>
+    <server>
+        <url>https://develocity.apache.org</url>
+    </server>
+    <buildScan>
+        
<backgroundBuildScanUpload>#{isFalse(env['GITHUB_ACTIONS'])}</backgroundBuildScanUpload>
+        <publishing>
+            <onlyIf>authenticated</onlyIf>
+        </publishing>
+        <obfuscation>
+            <ipAddresses>#{{'0.0.0.0'}}</ipAddresses>
+        </obfuscation>
+    </buildScan>
+    <buildCache>
+        <local>
+            <enabled>#{isFalse(env['GITHUB_ACTIONS'])}</enabled>
+        </local>
+        <remote>
+            <enabled>false</enabled>
+        </remote>
+    </buildCache>
+</develocity>
\ No newline at end of file
diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
index cbc49a57465..eacf94bef1e 100644
--- a/.mvn/extensions.xml
+++ b/.mvn/extensions.xml
@@ -10,4 +10,9 @@
         <artifactId>os-detector-maven-plugin</artifactId>
         <version>0.6.0</version>
     </extension>
+    <extension>
+        <groupId>com.gradle</groupId>
+        <artifactId>develocity-maven-extension</artifactId>
+        <version>1.23.1</version>
+    </extension>
 </extensions>

Reply via email to