Skip to content

Commit 92e67c1

Browse files
committed
Insert fmt check plugin
This file only change the following line from original one. <java.version>1.8</java.version>
1 parent 279884a commit 92e67c1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

examples/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,19 @@
7777
</execution>
7878
</executions>
7979
</plugin>
80+
<plugin>
81+
<groupId>com.coveo</groupId>
82+
<artifactId>fmt-maven-plugin</artifactId>
83+
<version>2.2.0</version>
84+
<executions>
85+
<execution>
86+
<phase>test</phase>
87+
<goals>
88+
<goal>check</goal>
89+
</goals>
90+
</execution>
91+
</executions>
92+
</plugin>
8093
</plugins>
8194
</build>
8295
<properties>

0 commit comments

Comments
 (0)