diff options
| author | Keith Wall <kwall@apache.org> | 2014-03-25 14:26:21 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2014-03-25 14:26:21 +0000 |
| commit | 51dc0c2df39ec85b1685845ca839b689aaa5f8b9 (patch) | |
| tree | 485e2b3216dea152ba963de870e37165e65c6386 /qpid/java/broker | |
| parent | 809061e0024b74f89afdeff8ba83d6514589f417 (diff) | |
| download | qpid-python-51dc0c2df39ec85b1685845ca839b689aaa5f8b9.tar.gz | |
QPID-5048: maven license plugin optimisation & enhanced license file generation
Patch supplied by Andrew MacBean <andymacbean@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1581349 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker')
| -rw-r--r-- | qpid/java/broker/src/main/assembly/qpid-broker-bin.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/java/broker/src/main/assembly/qpid-broker-bin.xml b/qpid/java/broker/src/main/assembly/qpid-broker-bin.xml index 02b2d6a9cd..a987b1740e 100644 --- a/qpid/java/broker/src/main/assembly/qpid-broker-bin.xml +++ b/qpid/java/broker/src/main/assembly/qpid-broker-bin.xml @@ -17,11 +17,10 @@ <directoryMode>0755</directoryMode> </fileSet> <fileSet> - <directory>${project.build.directory}/generated-licenses/</directory> + <directory>${project.build.outputDirectory}/META-INF/</directory> <outputDirectory>/</outputDirectory> <includes> <include>LICENSE</include> - <include>THIRDPARTY</include> <include>NOTICE</include> <include>README</include> </includes> |
