Skip to content

Commit 5cf71a6

Browse files
authored
fix: declare com.coveo:fmt-maven-plugin version/configuration (#90)
1 parent c8d7d16 commit 5cf71a6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,15 @@
195195
<artifactId>clirr-maven-plugin</artifactId>
196196
<version>2.8</version>
197197
</plugin>
198+
<plugin>
199+
<groupId>com.coveo</groupId>
200+
<artifactId>fmt-maven-plugin</artifactId>
201+
<version>2.9</version>
202+
<configuration>
203+
<style>google</style>
204+
<verbose>true</verbose>
205+
</configuration>
206+
</plugin>
198207
</plugins>
199208
</pluginManagement>
200209
<plugins>

0 commit comments

Comments
 (0)