You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2022/06/06 15:50:10 UTC

[hbase] branch branch-2.5 updated: HBASE-27084 Add spotless:check in mvn verify stage (#4482)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new 278939cd831 HBASE-27084 Add spotless:check in mvn verify stage (#4482)
278939cd831 is described below

commit 278939cd831dff26712af867ef64f87afb1f9730
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Mon Jun 6 19:49:34 2022 +0800

    HBASE-27084 Add spotless:check in mvn verify stage (#4482)
    
    Signed-off-by: Xiaolin Ha <ha...@apache.org>
    (cherry picked from commit a060e71c530556743189c9ee8b01a90e0f2891af)
---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4bb51eb579c..b05a57f56ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -628,7 +628,7 @@
     <surefire.version>3.0.0-M6</surefire.version>
     <wagon.ssh.version>2.12</wagon.ssh.version>
     <xml.maven.version>1.0.1</xml.maven.version>
-    <spotless.version>2.22.2</spotless.version>
+    <spotless.version>2.22.5</spotless.version>
     <maven-site.version>3.12.0</maven-site.version>
     <!-- compression -->
     <aircompressor.version>0.21</aircompressor.version>
@@ -2466,6 +2466,13 @@
             </format>
           </formats>
         </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
       </plugin>
     </plugins>
     <extensions>