You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tubemq.apache.org by gx...@apache.org on 2020/05/30 14:03:20 UTC

[incubator-tubemq] 04/07: [TUBEMQ-136] Add LICENSE/NOTICE/DISCLAIMER-WIP to binary package

This is an automated email from the ASF dual-hosted git repository.

gxcheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq.git

commit f44d99bedf2353b9e27e2989f58226d47bd9f508
Author: Guangxu Cheng <gx...@apache.org>
AuthorDate: Wed May 20 14:42:55 2020 +0800

    [TUBEMQ-136] Add LICENSE/NOTICE/DISCLAIMER-WIP to binary package
---
 tubemq-client/src/main/assembly/assembly.xml  | 3 +++
 tubemq-example/src/main/assembly/assembly.xml | 3 +++
 tubemq-server/src/main/assembly/assembly.xml  | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/tubemq-client/src/main/assembly/assembly.xml b/tubemq-client/src/main/assembly/assembly.xml
index ded6161..ee48ac7 100644
--- a/tubemq-client/src/main/assembly/assembly.xml
+++ b/tubemq-client/src/main/assembly/assembly.xml
@@ -32,6 +32,9 @@
             <directory>../</directory>
             <includes>
                 <include>./conf/tools.log4j.properties</include>
+                <include>LICENSE</include>
+                <include>NOTICE</include>
+                <include>DISCLAIMER-WIP</include>
             </includes>
             <excludes>
                 <exclude>**/src/**</exclude>
diff --git a/tubemq-example/src/main/assembly/assembly.xml b/tubemq-example/src/main/assembly/assembly.xml
index f4a369f..11edd32 100644
--- a/tubemq-example/src/main/assembly/assembly.xml
+++ b/tubemq-example/src/main/assembly/assembly.xml
@@ -32,6 +32,9 @@
             <directory>../</directory>
             <includes>
                 <include>./conf/tools.log4j.properties</include>
+                <include>LICENSE</include>
+                <include>NOTICE</include>
+                <include>DISCLAIMER-WIP</include>
             </includes>
             <excludes>
                 <exclude>**/src/**</exclude>
diff --git a/tubemq-server/src/main/assembly/assembly.xml b/tubemq-server/src/main/assembly/assembly.xml
index ed7f8c9..ceb3012 100644
--- a/tubemq-server/src/main/assembly/assembly.xml
+++ b/tubemq-server/src/main/assembly/assembly.xml
@@ -35,6 +35,9 @@
                 <include>./conf/*</include>
                 <include>./logs</include>
                 <include>./resources/**</include>
+                <include>LICENSE</include>
+                <include>NOTICE</include>
+                <include>DISCLAIMER-WIP</include>
             </includes>
             <excludes>
                 <exclude>**/src/**</exclude>