summaryrefslogtreecommitdiff
path: root/java/integrationtests/pom.xml
diff options
context:
space:
mode:
authorRobert Greig <rgreig@apache.org>2007-03-20 14:59:07 +0000
committerRobert Greig <rgreig@apache.org>2007-03-20 14:59:07 +0000
commit2f8d596cbf43db6a77bfc1d87f38f0f95aebfaaf (patch)
tree17660881805c5af4bc1cb785c728286ff31e0d47 /java/integrationtests/pom.xml
parentb0ac19ea8eabe6dc06a23314c5de69e90eaa1e7b (diff)
downloadqpid-python-2f8d596cbf43db6a77bfc1d87f38f0f95aebfaaf.tar.gz
Improvements made to interop tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@520415 13f79535-47bb-0310-9956-ffa450edef68
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>