This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git
commit 8e38fbcccbb0d2638ed65fc94335baa7f694e4b4 Author: Willem Jiang <[email protected]> AuthorDate: Wed Feb 14 15:17:00 2018 +0800 Added the NOTICE, DISCLAIMER, LICENSE file into docker image --- docker-build-config/assembly/assembly.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docker-build-config/assembly/assembly.xml b/docker-build-config/assembly/assembly.xml index 13eda39..1929e0b 100644 --- a/docker-build-config/assembly/assembly.xml +++ b/docker-build-config/assembly/assembly.xml @@ -28,5 +28,15 @@ <fileMode>0644</fileMode> <directoryMode>0755</directoryMode> </fileSet> + <!-- Added the project LICENSE and NOTICE files into docker image--> + <fileSet> + <directory>${root.basedir}</directory> + <outputDirectory>saga</outputDirectory> + <includes> + <include>NOTICE</include> + <include>LICENSE</include> + <include>DISCLAIMER</include> + </includes> + </fileSet> </fileSets> </assembly> -- To stop receiving notification emails like this one, please contact [email protected].
