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 | 8ad8a118a88802c6fe9421c0fcbdf70abf76ae5f (patch) | |
| tree | 2ccc474863c5d2e2825a4cafa214b9c8c75478ab /java | |
| parent | a13a516a53557635bea11adbd854deb846b62eff (diff) | |
| download | qpid-python-8ad8a118a88802c6fe9421c0fcbdf70abf76ae5f.tar.gz | |
Fixed assembly:directory target issue in distribution pom
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@495461 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -rw-r--r-- | java/distribution/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/distribution/pom.xml b/java/distribution/pom.xml index c662ef2038..58927743c7 100644 --- a/java/distribution/pom.xml +++ b/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> |
