summaryrefslogtreecommitdiff
path: root/qpid/java/integrationtests
diff options
context:
space:
mode:
authorRobert Greig <rgreig@apache.org>2007-03-07 11:25:26 +0000
committerRobert Greig <rgreig@apache.org>2007-03-07 11:25:26 +0000
commita9ae509e39fba83366572c06cb8ede2c33e29609 (patch)
tree559d9c5db03f7eb3e382ad2bcb8d6f9adead3b1d /qpid/java/integrationtests
parent7d445019d347ce3bfa680ca63bc6b6e78ee75da7 (diff)
downloadqpid-python-a9ae509e39fba83366572c06cb8ede2c33e29609.tar.gz
(Patch submitted by Rupert Smith)
Updated to latest snapshot of retrotranslator plugin. Concrete release to be made soon from this snapshot, will change over to conrete version once this happens. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@515535 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/integrationtests')
-rw-r--r--qpid/java/integrationtests/pom.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/qpid/java/integrationtests/pom.xml b/qpid/java/integrationtests/pom.xml
index 79d587f360..1231918f26 100644
--- a/qpid/java/integrationtests/pom.xml
+++ b/qpid/java/integrationtests/pom.xml
@@ -45,10 +45,11 @@
<artifactId>qpid-client</artifactId>
</dependency>
- <!-- Test dependencies. -->
+ <!-- JUnit is a compile and runtime dependancy for these tests, not just a test time dependency. -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <scope>compile</scope>
</dependency>
</dependencies>
@@ -82,12 +83,12 @@
<element>${retrotranslator.1.4-sasl-path}</element>
</verifyClasspath>
<failonwarning>false</failonwarning>
- <includes>
- <include>
- <directory>${project.build.directory}</directory>
- <pattern>${project.build.finalName}.jar</pattern>
- </include>
- </includes>
+ <jarfileset>
+ <basedir>${project.build.directory}</basedir>>
+ <includes>
+ <include>${project.build.finalName}.jar</include>
+ </includes>
+ </jarfileset>
</configuration>
</execution>
</executions>