You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2021/02/07 18:38:51 UTC

[freemarker] branch 2.3-gae updated: Disabled accessing local maven repo from Ivy, as "changing" Maven dependencies aren't updated if it's there.

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

ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git


The following commit(s) were added to refs/heads/2.3-gae by this push:
     new 1f0b69f  Disabled accessing local maven repo from Ivy, as "changing" Maven dependencies aren't updated if it's there.
1f0b69f is described below

commit 1f0b69f163b3778735ed72beb5dc06cb2dd8194d
Author: ddekany <dd...@apache.org>
AuthorDate: Sun Feb 7 19:38:40 2021 +0100

    Disabled accessing local maven repo from Ivy, as "changing" Maven dependencies aren't updated if it's there.
---
 ivysettings.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ivysettings.xml b/ivysettings.xml
index 1cfb75a..e54516e 100644
--- a/ivysettings.xml
+++ b/ivysettings.xml
@@ -27,10 +27,12 @@
   <property name="localMaveRepoDir" value="${user.home}/.m2/repository/" />
   <resolvers>
     <chain name="default">
+      <!--
       <filesystem name="mavenLocal" m2compatible="true">
         <artifact pattern="${localMaveRepoDir}/[organisation]/[module]/[revision]/[module]-[revision].[ext]" />
         <ivy pattern="${localMaveRepoDir}/[organisation]/[module]/[revision]/[module]-[revision].pom" />
       </filesystem>
+      -->
       <ibiblio name="mavenCentral" m2compatible="true" />
       <ibiblio name="mavenApacheStaging" m2compatible="true" root="https://repository.apache.org/content/repositories/staging/" />
       <ibiblio name="mavenApacheSnapshot" m2compatible="true" root="https://repository.apache.org/content/repositories/snapshots/" />