Revert "HBASE-27084 Add spotless:check in mvn verify stage (#4482)"
This reverts commit bcea930b23
.
This commit is contained in:
parent
824b7295e8
commit
42a51545f1
9
pom.xml
9
pom.xml
|
@ -624,7 +624,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.5</spotless.version>
|
||||
<spotless.version>2.22.2</spotless.version>
|
||||
<hbase-thirdparty.version>4.1.0</hbase-thirdparty.version>
|
||||
<maven-site.version>3.12.0</maven-site.version>
|
||||
<!-- Intraproject jar naming properties -->
|
||||
|
@ -2297,13 +2297,6 @@
|
|||
</format>
|
||||
</formats>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>check</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<extensions>
|
||||
|
|
Loading…
Reference in New Issue