From c525cac2ec1d060d164086a5d32bd3e41c0b10e9 Mon Sep 17 00:00:00 2001 From: Pierre Mauduit Date: Mon, 23 Aug 2021 13:55:28 +0200 Subject: [PATCH] services - being able to override app.properties file from the geor datadir Note: it's possible that we have to do so elsewhere, but let's see one by one. --- services/src/main/resources/config-spring-geonetwork.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/services/src/main/resources/config-spring-geonetwork.xml b/services/src/main/resources/config-spring-geonetwork.xml index da43e35564..d869f16c63 100644 --- a/services/src/main/resources/config-spring-geonetwork.xml +++ b/services/src/main/resources/config-spring-geonetwork.xml @@ -30,9 +30,14 @@ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.2.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> + + + ignore-unresolvable="true"/>