Repository: kylin
Updated Branches:
  refs/heads/master 873f903f3 -> af3e4fece


KYLIN-2229 update source-assembly.xml


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/af3e4fec
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/af3e4fec
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/af3e4fec

Branch: refs/heads/master
Commit: af3e4fece65b7f7add39bb016ba03e0e7774ab3e
Parents: 873f903
Author: shaofengshi <shaofeng...@apache.org>
Authored: Thu Nov 24 09:44:22 2016 +0800
Committer: shaofengshi <shaofeng...@apache.org>
Committed: Thu Nov 24 13:38:25 2016 +0800

----------------------------------------------------------------------
 assembly/src/main/config/assemblies/source-assembly.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/af3e4fec/assembly/src/main/config/assemblies/source-assembly.xml
----------------------------------------------------------------------
diff --git a/assembly/src/main/config/assemblies/source-assembly.xml 
b/assembly/src/main/config/assemblies/source-assembly.xml
index 23a215b..fad45aa 100644
--- a/assembly/src/main/config/assemblies/source-assembly.xml
+++ b/assembly/src/main/config/assemblies/source-assembly.xml
@@ -92,12 +92,14 @@ limitations under the License.
                 
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?dist(/.*)?]
                 </exclude>
 
-                
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?build(/.*)?]
-                </exclude>
                 
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?lib(/.*)?]
                 </exclude>
                 
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?docs(/.*)?]
                 </exclude>
+
+                <!-- exclude unmaintained -->
+                
<exclude>%regex[(?!((?!${project.build.directory}/)))?engine-spark(/.*)?]
+                </exclude>
             </excludes>
         </fileSet>
         <!-- LICENSE, NOTICE, DEPENDENCIES, git.properties, etc. calculated at 
build time -->

Reply via email to