Skip to content

Commit

Permalink
Upgrade fmt-maven-plugin 2.18 -> 2.19 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
Picnic-Bot authored Jun 15, 2022
1 parent ce06396 commit 3f6558b
Showing 1 changed file with 9 additions and 26 deletions.
35 changes: 9 additions & 26 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -420,9 +420,10 @@
<plugin>
<groupId>com.spotify.fmt</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.18</version>
<version>2.19</version>
<configuration>
<forkMode>never</forkMode>
<failOnError>false</failOnError>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -1533,6 +1534,13 @@
<verifyFail>stop</verifyFail>
</configuration>
</plugin>
<plugin>
<groupId>com.spotify.fmt</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<configuration>
<failOnError>true</failOnError>
</configuration>
</plugin>
<plugin>
<groupId>de.thetaphi</groupId>
<artifactId>forbiddenapis</artifactId>
Expand Down Expand Up @@ -1595,31 +1603,6 @@
</pluginManagement>
</build>
</profile>
<profile>
<!-- A counterpart to the `disallow-warnings` profile which
explicitly "tones down" plugins enabled by the `build-checks`
profile. Necessary for dealing with plugins that default to failing
the build upon encountering a violation. -->
<id>avoid-errors</id>
<activation>
<property>
<name>verification.warn</name>
</property>
</activation>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>com.spotify.fmt</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
<profile>
<id>sonar</id>
<properties>
Expand Down

0 comments on commit 3f6558b

Please sign in to comment.