You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemall.apache.org by my...@apache.org on 2018/02/14 06:40:43 UTC

[2/4] incubator-hivemall git commit: Excluded license header checks of borrow codes

Excluded license header checks of borrow codes


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

Branch: refs/heads/v0.5.0
Commit: 04435ee1131131a9ead192d6544a551ed0f616e6
Parents: b7d39ba
Author: Makoto Yui <my...@apache.org>
Authored: Wed Feb 14 15:29:18 2018 +0900
Committer: Makoto Yui <my...@apache.org>
Committed: Wed Feb 14 15:29:18 2018 +0900

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/04435ee1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index eaa1a6d..e594006 100644
--- a/pom.xml
+++ b/pom.xml
@@ -491,6 +491,10 @@
 						<excludes>
 							<exclude>docs/gitbook/node_modules/**</exclude>
 							<exclude>target/</exclude>
+							<exclude>src/main/java/hivemall/utils/codec/Base91.java</exclude>
+							<exclude>src/main/java/hivemall/utils/math/FastMath.java</exclude>
+							<exclude>src/main/java/hivemall/smile/classification/DecisionTree.java</exclude>
+							<exclude>src/main/java/hivemall/smile/regression/RegressionTree.java</exclude>
 						</excludes>
 						<encoding>UTF-8</encoding>
 						<headerDefinitions>