We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d7d16 commit 5cf71a6Copy full SHA for 5cf71a6
1 file changed
pom.xml
@@ -195,6 +195,15 @@
195
<artifactId>clirr-maven-plugin</artifactId>
196
<version>2.8</version>
197
</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>
207
</plugins>
208
</pluginManagement>
209
<plugins>
0 commit comments