Skip to content

Commit

Permalink
Fix build ignoring config-local/* files in Eclipse on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-ronge committed Apr 11, 2024
1 parent b416e9c commit 8dcc52a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@
<junit.version>5.9.2</junit.version>
<elasticsearch.version>7.17.10</elasticsearch.version>
<maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>

<!-- maven-resources-plugin version > 3.2.0 introduces changes that
stop the build in Eclipse on Windows from using "config-local" -->
<maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>

<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-war-plugin.version>3.4.0</maven-war-plugin.version>
<mockito.version>5.0.0</mockito.version>
Expand Down

0 comments on commit 8dcc52a

Please sign in to comment.