Skip to content

Commit

Permalink
Merge pull request #6366 from matthias-ronge/fix-path-must-include-pr…
Browse files Browse the repository at this point in the history
…oject-and-resource-name

Fix "path must include project and resource name" in Eclipse
  • Loading branch information
solth authored Feb 7, 2025
2 parents 693f6ab + 4dbd663 commit 6f65f3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Kitodo-DataManagement/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,10 @@
that means first entry will be added as last resource and may override other resources -->
<resource>
<!-- ATTENTION! we need the config-local declaration at first cause it shall be placed as last resource in the classpath -->
<directory>../config-local</directory>
<!-- See also:
• https://github.com/apache/maven/pull/840
• https://github.com/apache/maven/pull/1061 -->
<directory>${maven.multiModuleProjectDirectory}/config-local</directory>
</resource>
<resource>
<directory>src/main/java</directory>
Expand Down
5 changes: 4 additions & 1 deletion Kitodo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,10 @@
</resource>
<resource>
<!-- ATTENTION! we need the config-local declaration at first cause it shall be placed as last resource in the classpath -->
<directory>../config-local</directory>
<!-- See also:
• https://github.com/apache/maven/pull/840
• https://github.com/apache/maven/pull/1061 -->
<directory>${maven.multiModuleProjectDirectory}/config-local</directory>
</resource>
<resource>
<directory>src/main/resources</directory>
Expand Down

0 comments on commit 6f65f3d

Please sign in to comment.