summaryrefslogtreecommitdiff
path: root/java/integrationtests/pom.xml
diff options
context:
space:
mode:
authorRobert Greig <rgreig@apache.org>2007-03-20 17:23:47 +0000
committerRobert Greig <rgreig@apache.org>2007-03-20 17:23:47 +0000
commitc024ccbbf310a6d964bc1dd6a65aff07a107f655 (patch)
tree8ad62cdf6ea1a3739d3d75ba9492f8fe989b1a14 /java/integrationtests/pom.xml
parent3cfc4d68df0516d5cea5fd4659bfa06e88f489fd (diff)
downloadqpid-python-c024ccbbf310a6d964bc1dd6a65aff07a107f655.tar.gz
Merged revisions 520415 via svnmerge from
https://svn.apache.org/repos/asf/incubator/qpid/branches/M2 ........ r520415 | rgreig | 2007-03-20 14:59:07 +0000 (Tue, 20 Mar 2007) | 1 line Improvements made to interop tests. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@520487 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>