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

ahuber pushed a commit to branch jpa-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/causeway-app-helloworld.git


The following commit(s) were added to refs/heads/jpa-SNAPSHOT by this push:
     new 10fc30a  maven: use {settings.localRepository} over 
{env.HOME}/.m2/repository
10fc30a is described below

commit 10fc30a23924f8c3ae9190c03db030663128b245
Author: Andi Huber <[email protected]>
AuthorDate: Wed May 31 08:59:51 2023 +0200

    maven: use {settings.localRepository} over {env.HOME}/.m2/repository
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5ec57dc..cad7745 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
                 <configuration>
                     <classifier>exec</classifier>
                     <agents>
-                        
<agent>${env.HOME}/.m2/repository/org/springframework/spring-instrument/${spring-framework.version}/spring-instrument-${spring-framework.version}.jar</agent>
+                        
<agent>${settings.localRepository}/org/springframework/spring-instrument/${spring-framework.version}/spring-instrument-${spring-framework.version}.jar</agent>
                     </agents>
                     <requiresUnpack>
                         <dependency>

Reply via email to