You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2017/06/27 08:29:53 UTC

[3/6] incubator-griffin git commit: ignore .bowerrc for license check

ignore .bowerrc for license check


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

Branch: refs/heads/griffin-x.x.x-incubating-rc3
Commit: c43572b478bad5e5f487860f8038cc0ee7496cd5
Parents: 969bf11
Author: William Guo <gu...@icloud.com>
Authored: Tue Jun 27 16:20:15 2017 +0800
Committer: William Guo <gu...@icloud.com>
Committed: Tue Jun 27 16:20:15 2017 +0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/c43572b4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d67f27f..27da9d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
                                 <exclude>**/velocity.log*</exclude>
                                 <exclude>**/*.json</exclude>
                                 <exclude>**/bower_components/**</exclude>
-
+                                <exclude>**/.bowerrc</exclude>
                                 <exclude>**/src/main/resources/public/**</exclude>
                                 <exclude>**/pom.xml.releaseBackup</exclude>
                                 <exclude>**/pom.xml.tag</exclude>