You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2015/10/08 07:57:59 UTC

incubator-kylin git commit: KYLIN-999 exluce .log, .jar and dist/ from the src release

Repository: incubator-kylin
Updated Branches:
  refs/heads/1.x-staging eca369883 -> a64759c38


KYLIN-999 exluce .log, .jar and dist/ from the src release


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

Branch: refs/heads/1.x-staging
Commit: a64759c38f9b4fc6a6897c361e7d7ba353aaf0c2
Parents: eca3698
Author: shaofengshi <sh...@apache.org>
Authored: Thu Oct 8 13:56:15 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Thu Oct 8 13:56:43 2015 +0800

----------------------------------------------------------------------
 src/main/config/assemblies/source-assembly.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/a64759c3/src/main/config/assemblies/source-assembly.xml
----------------------------------------------------------------------
diff --git a/src/main/config/assemblies/source-assembly.xml b/src/main/config/assemblies/source-assembly.xml
index 87641de..6f54721 100644
--- a/src/main/config/assemblies/source-assembly.xml
+++ b/src/main/config/assemblies/source-assembly.xml
@@ -58,6 +58,8 @@ limitations under the License.
                 </exclude>
                 <exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?[^/]*\.iml]
                 </exclude>
+                <exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?[^/]*\.log]
+                </exclude>
                 <exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?\.settings(/.*)?]
                 </exclude>
                 <exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?\.externalToolBuilders(/.*)?]
@@ -88,6 +90,13 @@ limitations under the License.
                 <exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?release\.properties]
                 </exclude>
 
+                <exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?dist(/.*)?]
+                </exclude>
+
+                <exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?build(/.*)?]
+                </exclude>
+                <exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?lib(/.*)?]
+                </exclude>
             </excludes>
         </fileSet>
         <!-- LICENSE, NOTICE, DEPENDENCIES, git.properties, etc. calculated at build time -->