From b5d862b321a8c0d6a453b5025dc81d3da6b250d9 Mon Sep 17 00:00:00 2001 From: Matthias Ronge Date: Thu, 9 Jan 2025 17:14:37 +0100 Subject: [PATCH] Fix "path must include project and resource name" in Eclipse Eclipse is unwilling to resolve the directory '../config-local' because it is located outside the module's sub-folder. Using the Maven variable instead fixes it. --- Kitodo-DataManagement/pom.xml | 2 +- Kitodo/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Kitodo-DataManagement/pom.xml b/Kitodo-DataManagement/pom.xml index 3e23d11c5b0..2cc03bca8eb 100644 --- a/Kitodo-DataManagement/pom.xml +++ b/Kitodo-DataManagement/pom.xml @@ -145,7 +145,7 @@ that means first entry will be added as last resource and may override other resources --> - ../config-local + ${maven.multiModuleProjectDirectory}/config-local src/main/java diff --git a/Kitodo/pom.xml b/Kitodo/pom.xml index 466cd7b1ee9..892b029aa6f 100644 --- a/Kitodo/pom.xml +++ b/Kitodo/pom.xml @@ -315,7 +315,7 @@ - ../config-local + ${maven.multiModuleProjectDirectory}/config-local src/main/resources