You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2017/09/23 06:53:44 UTC

[cxf-dosgi] 02/03: Add LICENSE and NOTICE to distro

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

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-dosgi.git

commit c15671f3db0627d03eca17c0da80622bf9cab680
Author: Christian Schneider <ch...@die-schneider.net>
AuthorDate: Sat Sep 23 08:42:20 2017 +0200

    Add LICENSE and NOTICE to distro
---
 distribution/multi-bundle/src/main/assembly/assembly.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/distribution/multi-bundle/src/main/assembly/assembly.xml b/distribution/multi-bundle/src/main/assembly/assembly.xml
index 276b8a8..071928b 100644
--- a/distribution/multi-bundle/src/main/assembly/assembly.xml
+++ b/distribution/multi-bundle/src/main/assembly/assembly.xml
@@ -72,5 +72,9 @@
       <directory>src/main/release</directory>
       <outputDirectory>.</outputDirectory>
     </fileSet>
+    <fileSet>
+    	<directory>target/maven-shared-archive-resources/META-INF</directory>
+    	<outputDirectory>.</outputDirectory>
+    </fileSet>
   </fileSets>
 </assembly>

-- 
To stop receiving notification emails like this one, please contact
"commits@cxf.apache.org" <co...@cxf.apache.org>.