Skip to content

Commit cf36e16

Browse files
committed
Apply formatting with spotless-plugin by default
same as with ASF parent pom
1 parent f13041a commit cf36e16

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

pom.xml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ limitations under the License.
346346
<mavenFluidoSkinVersion>2.0.1</mavenFluidoSkinVersion>
347347
<mavenSurefireVersion>3.5.2</mavenSurefireVersion>
348348
<junit5Version>5.11.4</junit5Version>
349-
<spotless.action>check</spotless.action>
349+
<spotless.action>apply</spotless.action>
350350
<sisuMavenPluginVersion>0.9.0.M3</sisuMavenPluginVersion>
351351
<invoker.streamLogsOnFailures>true</invoker.streamLogsOnFailures>
352352
</properties>
@@ -865,27 +865,5 @@ limitations under the License.
865865
</plugins>
866866
</build>
867867
</profile>
868-
<profile>
869-
<id>format-check</id>
870-
<activation>
871-
<property>
872-
<name>!format</name>
873-
</property>
874-
</activation>
875-
<properties>
876-
<spotless.action>check</spotless.action>
877-
</properties>
878-
</profile>
879-
<profile>
880-
<id>format</id>
881-
<activation>
882-
<property>
883-
<name>format</name>
884-
</property>
885-
</activation>
886-
<properties>
887-
<spotless.action>apply</spotless.action>
888-
</properties>
889-
</profile>
890868
</profiles>
891869
</project>

0 commit comments

Comments
 (0)