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

davsclaus 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 4a9cb2d3cb2 camel-jbang-it: Change default maven local repo folder, 
using target folder (#17032)
4a9cb2d3cb2 is described below

commit 4a9cb2d3cb22cc4397f63e2eb54ea86c9c097d86
Author: Marco Carletti <mcarl...@redhat.com>
AuthorDate: Mon Feb 3 20:24:31 2025 +0100

    camel-jbang-it: Change default maven local repo folder, using target folder 
(#17032)
---
 dsl/camel-jbang/camel-jbang-it/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dsl/camel-jbang/camel-jbang-it/pom.xml 
b/dsl/camel-jbang/camel-jbang-it/pom.xml
index 59d49ab3451..dabbeb2c086 100644
--- a/dsl/camel-jbang/camel-jbang-it/pom.xml
+++ b/dsl/camel-jbang/camel-jbang-it/pom.xml
@@ -226,7 +226,7 @@
                 <maven.test.skip>false</maven.test.skip>
                 <shared.data.folder>target/data</shared.data.folder>
                 <cli.jbang.version>${project.version}</cli.jbang.version>
-                
<shared.maven.local.repo>${settings.localRepository}</shared.maven.local.repo>
+                
<shared.maven.local.repo>target/mvn-repo</shared.maven.local.repo>
                 <x11.display>:0</x11.display>
             </properties>
             <build>
@@ -244,6 +244,10 @@
                                         <chmod perm="ugo+rwx">
                                             <dirset 
dir="${shared.data.folder}"/>
                                         </chmod>
+                                        <mkdir 
dir="${shared.maven.local.repo}"/>
+                                        <chmod perm="ugo+rwx">
+                                            <dirset 
dir="${shared.maven.local.repo}"/>
+                                        </chmod>
                                     </target>
                                 </configuration>
                                 <goals>

Reply via email to