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/26 10:08:24 UTC

[38/45] incubator-kylin git commit: KYLIN-999 exclude “website” from release

KYLIN-999 exclude “website” from 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/1696f701
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/1696f701
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/1696f701

Branch: refs/heads/master
Commit: 1696f701a5003ee2746418954456dff079e5f6eb
Parents: 875ca21
Author: shaofengshi <sh...@apache.org>
Authored: Thu Oct 8 10:35:33 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Thu Oct 8 10:35:33 2015 +0800

----------------------------------------------------------------------
 src/main/config/assemblies/source-assembly.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/1696f701/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 96a56a1..87641de 100644
--- a/src/main/config/assemblies/source-assembly.xml
+++ b/src/main/config/assemblies/source-assembly.xml
@@ -72,7 +72,7 @@ limitations under the License.
                 <exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?\.gitignore(/.*)?]
                 </exclude>
 
-                <exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?docs/website(/.*)?]
+                <exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?website(/.*)?]
                 </exclude>
 
                 <!-- release-plugin temp files -->