Revert "HBASE-27084 Add spotless:check in mvn verify stage (#4482)"

This reverts commit bcea930b23.
This commit is contained in:
Duo Zhang 2022-06-12 00:13:28 +08:00
parent 824b7295e8
commit 42a51545f1
1 changed files with 1 additions and 8 deletions

View File

@ -624,7 +624,7 @@
<surefire.version>3.0.0-M6</surefire.version> <surefire.version>3.0.0-M6</surefire.version>
<wagon.ssh.version>2.12</wagon.ssh.version> <wagon.ssh.version>2.12</wagon.ssh.version>
<xml.maven.version>1.0.1</xml.maven.version> <xml.maven.version>1.0.1</xml.maven.version>
<spotless.version>2.22.5</spotless.version> <spotless.version>2.22.2</spotless.version>
<hbase-thirdparty.version>4.1.0</hbase-thirdparty.version> <hbase-thirdparty.version>4.1.0</hbase-thirdparty.version>
<maven-site.version>3.12.0</maven-site.version> <maven-site.version>3.12.0</maven-site.version>
<!-- Intraproject jar naming properties --> <!-- Intraproject jar naming properties -->
@ -2297,13 +2297,6 @@
</format> </format>
</formats> </formats>
</configuration> </configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin> </plugin>
</plugins> </plugins>
<extensions> <extensions>