summaryrefslogtreecommitdiff
path: root/java/client
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-07-18 14:36:11 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-07-18 14:36:11 +0000
commit0827d643ce33d021d621aade4757008252e9009c (patch)
tree580854d120b3081d7ece404a4900b16d5a0f34eb /java/client
parent12893c188fb12fb9295214ffbc2c4de9f48de965 (diff)
downloadqpid-python-0827d643ce33d021d621aade4757008252e9009c.tar.gz
Updates to pom files and Licensing/Notice files for M2 release.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@557276 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client')
-rw-r--r--java/client/pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/java/client/pom.xml b/java/client/pom.xml
index c36c54a10f..02958ded6f 100644
--- a/java/client/pom.xml
+++ b/java/client/pom.xml
@@ -123,6 +123,24 @@
<build>
<plugins>
+
+ <plugin>
+ <artifactId>minijar-maven-plugin</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>ueberjar</goal>
+ </goals>
+ <configuration>
+ <stripUnusedClasses>true</stripUnusedClasses>
+ <name>[artifactId]-[version]-single.jar</name>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>