diff options
| author | Robert Greig <rgreig@apache.org> | 2007-05-08 12:04:37 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2007-05-08 12:04:37 +0000 |
| commit | 3396c24635dd2dc387bcb23196f241a1d6b8a35f (patch) | |
| tree | 25f2b6d3927277e89ff88df58d6bcbe6458b457c /java/integrationtests/pom.xml | |
| parent | 582a91714ddfb865614b6a335a3da2841299e07e (diff) | |
| download | qpid-python-3396c24635dd2dc387bcb23196f241a1d6b8a35f.tar.gz | |
Merged revisions 534903-535308,535310-535808,535810-536007,536009-536140,536142-536164 via svnmerge from
https://svn.apache.org/repos/asf/incubator/qpid/branches/M2
........
r534903 | rgreig | 2007-05-03 16:09:18 +0100 (Thu, 03 May 2007) | 1 line
More interop test stuff.
........
r535254 | rgreig | 2007-05-04 15:27:53 +0100 (Fri, 04 May 2007) | 1 line
First two test cases completed. Still to do pub/sub.
........
r535874 | rgreig | 2007-05-07 14:13:06 +0100 (Mon, 07 May 2007) | 1 line
Added remaining test case.
........
r536163 | rgreig | 2007-05-08 12:21:35 +0100 (Tue, 08 May 2007) | 1 line
Added XML logging of test results.
........
r536164 | rgreig | 2007-05-08 12:39:51 +0100 (Tue, 08 May 2007) | 1 line
Added inclusion of sender and receiver names in results.
........
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@536167 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/integrationtests/pom.xml')
| -rw-r--r-- | java/integrationtests/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/integrationtests/pom.xml b/java/integrationtests/pom.xml index fd7ac8b039..3afdf48204 100644 --- a/java/integrationtests/pom.xml +++ b/java/integrationtests/pom.xml @@ -103,6 +103,19 @@ </execution>
</executions>
</plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2-SNAPSHOT</version>
+ <configuration>
+ <descriptors>
+ <descriptor>jar-with-dependencies.xml</descriptor>
+ </descriptors>
+ <outputDirectory>target</outputDirectory>
+ <workDirectory>target/assembly/work</workDirectory>
+ </configuration>
+ </plugin>
</plugins>
|
