Skip to content

Commit

Permalink
HBASE-27084 Add spotless:check in mvn verify stage (#4482)
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
(cherry picked from commit a060e71)
  • Loading branch information
Apache9 committed Jun 6, 2022
1 parent 19f67d2 commit 278939c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -2466,6 +2466,13 @@
</format>
</formats>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<extensions>
Expand Down

0 comments on commit 278939c

Please sign in to comment.