You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2017/12/05 02:54:05 UTC

[3/9] hbase git commit: HBASE-19429 Release build fails in checkstyle phase of site target (branch-1)

HBASE-19429 Release build fails in checkstyle phase of site target (branch-1)


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

Branch: refs/heads/branch-1
Commit: ba5bd0ae5b547b0fc70472def161b42ebefe4d38
Parents: 14318d7
Author: Andrew Purtell <ap...@apache.org>
Authored: Mon Dec 4 18:33:18 2017 -0800
Committer: Andrew Purtell <ap...@apache.org>
Committed: Mon Dec 4 18:40:49 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/ba5bd0ae/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 70e1947..1976c34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2888,6 +2888,7 @@
           </reportSet>
         </reportSets>
       </plugin>
+      <!--
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
@@ -2898,6 +2899,7 @@
           <includeTestSourceDirectory>true</includeTestSourceDirectory>
         </configuration>
       </plugin>
+      -->
     </plugins>
   </reporting>
   <distributionManagement>