summaryrefslogtreecommitdiff
path: root/qpid/java/client/src
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2014-02-27 13:27:53 +0000
committerRobert Gemmell <robbie@apache.org>2014-02-27 13:27:53 +0000
commitde49c164ad155f90d3d776372bbc1425afb6431d (patch)
tree7b93b06fd77c14a9993a244aab7140219d7ec33c /qpid/java/client/src
parent793c824fa24cb0c90b205326d4199d6558944eda (diff)
downloadqpid-python-de49c164ad155f90d3d776372bbc1425afb6431d.tar.gz
QPID-5048: Maven enahancements to restructure POM hierarchy and improve build
Patch supplied by Andrew MacBean <andymacbean@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1572552 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client/src')
-rw-r--r--qpid/java/client/src/main/assembly/qpid-client-bin.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/qpid/java/client/src/main/assembly/qpid-client-bin.xml b/qpid/java/client/src/main/assembly/qpid-client-bin.xml
index cc48890fa0..dd7375bfcd 100644
--- a/qpid/java/client/src/main/assembly/qpid-client-bin.xml
+++ b/qpid/java/client/src/main/assembly/qpid-client-bin.xml
@@ -8,13 +8,16 @@
<baseDirectory>qpid-client/${project.version}</baseDirectory>
<fileSets>
<fileSet>
- <directory>${project.basedir}</directory>
+ <directory>${project.build.directory}/generated-licenses/</directory>
<outputDirectory>/</outputDirectory>
<includes>
- <include>README*</include>
- <include>LICENSE*</include>
- <include>NOTICE*</include>
+ <include>README</include>
+ <include>NOTICE</include>
+ <include>LICENSE</include>
+ <include>THIRDPARTY</include>
</includes>
+ <fileMode>0644</fileMode>
+ <directoryMode>0755</directoryMode>
</fileSet>
</fileSets>
<dependencySets>