Skip to content

Commit

Permalink
fix: declare com.coveo:fmt-maven-plugin version/configuration (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Jan 27, 2020
1 parent c8d7d16 commit 5cf71a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Expand Up @@ -195,6 +195,15 @@
<artifactId>clirr-maven-plugin</artifactId>
<version>2.8</version>
</plugin>
<plugin>
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.9</version>
<configuration>
<style>google</style>
<verbose>true</verbose>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit 5cf71a6

Please sign in to comment.