diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-01-12 01:26:05 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-01-12 01:26:05 +0000 |
| commit | 8a263b314760622f624548303c2e642bac27b2cc (patch) | |
| tree | 1c0994eb3d8d69234363a1ae59f4db41ddb2ebd8 /qpid/java/distribution | |
| parent | e1219f264e198ae99a1e5f514ae467deefd29ace (diff) | |
| download | qpid-python-8a263b314760622f624548303c2e642bac27b2cc.tar.gz | |
Fixed assembly:directory target issue in distribution pom
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@495461 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/distribution')
| -rw-r--r-- | qpid/java/distribution/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/distribution/pom.xml b/qpid/java/distribution/pom.xml index c662ef2038..58927743c7 100644 --- a/qpid/java/distribution/pom.xml +++ b/qpid/java/distribution/pom.xml @@ -84,6 +84,9 @@ <artifactId>maven-assembly-plugin</artifactId> <version>${assembly.version}</version> <configuration> + <descriptors> + <descriptor>src/main/assembly/bin.xml</descriptor> + </descriptors> <finalName>qpid-${pom.version}</finalName> <outputDirectory>${qpid.targetDir}</outputDirectory> <tarLongFileMode>gnu</tarLongFileMode> |
