Skip to content

Commit

Permalink
Apply formatting with spotless-plugin by default
Browse files Browse the repository at this point in the history
same as with ASF parent pom
  • Loading branch information
slachiewicz committed Dec 17, 2024
1 parent f13041a commit cf36e16
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ limitations under the License.
<mavenFluidoSkinVersion>2.0.1</mavenFluidoSkinVersion>
<mavenSurefireVersion>3.5.2</mavenSurefireVersion>
<junit5Version>5.11.4</junit5Version>
<spotless.action>check</spotless.action>
<spotless.action>apply</spotless.action>
<sisuMavenPluginVersion>0.9.0.M3</sisuMavenPluginVersion>
<invoker.streamLogsOnFailures>true</invoker.streamLogsOnFailures>
</properties>
Expand Down Expand Up @@ -865,27 +865,5 @@ limitations under the License.
</plugins>
</build>
</profile>
<profile>
<id>format-check</id>
<activation>
<property>
<name>!format</name>
</property>
</activation>
<properties>
<spotless.action>check</spotless.action>
</properties>
</profile>
<profile>
<id>format</id>
<activation>
<property>
<name>format</name>
</property>
</activation>
<properties>
<spotless.action>apply</spotless.action>
</properties>
</profile>
</profiles>
</project>

0 comments on commit cf36e16

Please sign in to comment.