File tree Expand file tree Collapse file tree 1 file changed +13
-25
lines changed Expand file tree Collapse file tree 1 file changed +13
-25
lines changed Original file line number Diff line number Diff line change 120
120
</compilerArgs >
121
121
</configuration >
122
122
</plugin >
123
+ <plugin >
124
+ <groupId >com.coveo</groupId >
125
+ <artifactId >fmt-maven-plugin</artifactId >
126
+ <version >2.8</version >
127
+ <executions >
128
+ <execution >
129
+ <phase >test</phase >
130
+ <goals >
131
+ <goal >check</goal >
132
+ </goals >
133
+ </execution >
134
+ </executions >
135
+ </plugin >
123
136
</plugins >
124
137
</build >
125
138
237
250
</plugins >
238
251
</build >
239
252
</profile >
240
-
241
- <profile >
242
- <id >default</id >
243
- <activation >
244
- <activeByDefault >true</activeByDefault >
245
- </activation >
246
- <build >
247
- <plugins >
248
- <plugin >
249
- <groupId >com.coveo</groupId >
250
- <artifactId >fmt-maven-plugin</artifactId >
251
- <version >2.8</version >
252
- <executions >
253
- <execution >
254
- <phase >test</phase >
255
- <goals >
256
- <goal >check</goal >
257
- </goals >
258
- </execution >
259
- </executions >
260
- </plugin >
261
- </plugins >
262
- </build >
263
- </profile >
264
253
</profiles >
265
-
266
254
</project >
You can’t perform that action at this time.
0 commit comments