Skip to content

Commit

Permalink
Remove activeByDefault from the format and validate profiles (#71)
Browse files Browse the repository at this point in the history
* Remove `activeByDefault` from the `format` and `validate` profiles

* Comment on profile activation
  • Loading branch information
gastaldi authored Dec 8, 2022
1 parent b3e4e4b commit dc298e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
<profile>
<id>format</id>
<activation>
<activeByDefault>true</activeByDefault>
<!-- This profile is effectively activated by default -->
<property>
<name>!no-format</name>
</property>
Expand Down Expand Up @@ -271,7 +271,6 @@
<profile>
<id>validate</id>
<activation>
<activeByDefault>true</activeByDefault>
<property>
<name>no-format</name>
</property>
Expand Down

0 comments on commit dc298e4

Please sign in to comment.