diff options
| author | Robert Greig <rgreig@apache.org> | 2007-05-04 14:27:53 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2007-05-04 14:27:53 +0000 |
| commit | 67dd56aa9421204983c92e664b0e86fbf0b2e3e2 (patch) | |
| tree | f3cc82430d616c5fe7b22494770ec35601985f97 /java/integrationtests/pom.xml | |
| parent | 07ee3bc84aa1edd801266dbd6b86cfa06a2ea9cc (diff) | |
| download | qpid-python-67dd56aa9421204983c92e664b0e86fbf0b2e3e2.tar.gz | |
First two test cases completed. Still to do pub/sub.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@535254 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>
|
