diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-07-18 14:36:11 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-07-18 14:36:11 +0000 |
| commit | 0827d643ce33d021d621aade4757008252e9009c (patch) | |
| tree | 580854d120b3081d7ece404a4900b16d5a0f34eb /java/client | |
| parent | 12893c188fb12fb9295214ffbc2c4de9f48de965 (diff) | |
| download | qpid-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.xml | 18 |
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> |
