summaryrefslogtreecommitdiff
path: root/java/integrationtests/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/integrationtests/pom.xml')
-rw-r--r--java/integrationtests/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/java/integrationtests/pom.xml b/java/integrationtests/pom.xml
index 5e22cc7990..fd7ac8b039 100644
--- a/java/integrationtests/pom.xml
+++ b/java/integrationtests/pom.xml
@@ -107,6 +107,15 @@
</plugins>
<resources>
+ <!-- Ensure all resources defined in the resources directory are copied into the build jar. -->
+ <resource>
+ <targetPath></targetPath>
+ <filtering>false</filtering>
+ <directory>src/resources</directory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ </resource>
</resources>
</build>