You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by nd...@apache.org on 2015/04/23 02:08:45 UTC

phoenix git commit: PHOENIX-1888 [build] add pre-commit scripts -- rat check, javadoc warnings

Repository: phoenix
Updated Branches:
  refs/heads/master 827b6ae6e -> e18378b6f


PHOENIX-1888 [build] add pre-commit scripts -- rat check, javadoc warnings


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

Branch: refs/heads/master
Commit: e18378b6f837d36ffc839d1d4beff096bd8e6c43
Parents: 827b6ae
Author: Nick Dimiduk <nd...@apache.org>
Authored: Wed Apr 22 17:08:43 2015 -0700
Committer: Nick Dimiduk <nd...@apache.org>
Committed: Wed Apr 22 17:08:43 2015 -0700

----------------------------------------------------------------------
 dev/test-patch.properties | 2 +-
 pom.xml                   | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/e18378b6/dev/test-patch.properties
----------------------------------------------------------------------
diff --git a/dev/test-patch.properties b/dev/test-patch.properties
index 2606a75..6a82eee 100644
--- a/dev/test-patch.properties
+++ b/dev/test-patch.properties
@@ -20,7 +20,7 @@ MAVEN_OPTS="${MAVEN_OPTS:-"-Xmx3100M"}"
 
 OK_RELEASEAUDIT_WARNINGS=0
 # Allow two warnings.  Javadoc complains about sun.misc.Unsafe use.  See HBASE-7457
-OK_JAVADOC_WARNINGS=2
+OK_JAVADOC_WARNINGS=93
 
 MAX_LINE_LENGTH=100
 

http://git-wip-us.apache.org/repos/asf/phoenix/blob/e18378b6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d38f2e4..54fabbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,6 +211,8 @@
               <exclude>**/java.sql.Driver</exclude>
               <!-- exclude protobuf files -->
               <exclude>**/generated/**</exclude>
+              <!-- exclude pre-commit testing work directory -->
+              <exclude>**/patchprocess/**</exclude>
             </excludes>
           </configuration>
         </plugin>