File tree Expand file tree Collapse file tree 3 files changed +30
-13
lines changed Expand file tree Collapse file tree 3 files changed +30
-13
lines changed Original file line number Diff line number Diff line change 203
203
<surefireArgLine ></surefireArgLine >
204
204
<failsafeArgLine ></failsafeArgLine >
205
205
</properties >
206
+ <build >
207
+ <plugins >
208
+ <plugin >
209
+ <groupId >com.coveo</groupId >
210
+ <artifactId >fmt-maven-plugin</artifactId >
211
+ <version >2.8</version >
212
+ <executions >
213
+ <execution >
214
+ <phase >test</phase >
215
+ <goals >
216
+ <goal >check</goal >
217
+ </goals >
218
+ </execution >
219
+ </executions >
220
+ </plugin >
221
+ </plugins >
222
+ </build >
206
223
</profile >
207
224
</profiles >
208
225
Original file line number Diff line number Diff line change 58
58
</mojoDependencies >
59
59
</configuration >
60
60
</plugin >
61
+ <plugin >
62
+ <groupId >com.coveo</groupId >
63
+ <artifactId >fmt-maven-plugin</artifactId >
64
+ <version >2.8</version >
65
+ <executions >
66
+ <execution >
67
+ <phase >test</phase >
68
+ <goals >
69
+ <goal >check</goal >
70
+ </goals >
71
+ </execution >
72
+ </executions >
73
+ </plugin >
61
74
</plugins >
62
75
</build >
63
76
</project >
Original file line number Diff line number Diff line change 75
75
<doctitle >Oracle WebLogic Server Kubernetes Operator API</doctitle >
76
76
</configuration >
77
77
</plugin >
78
- <plugin >
79
- <groupId >com.coveo</groupId >
80
- <artifactId >fmt-maven-plugin</artifactId >
81
- <version >2.8</version >
82
- <executions >
83
- <execution >
84
- <phase >test</phase >
85
- <goals >
86
- <goal >check</goal >
87
- </goals >
88
- </execution >
89
- </executions >
90
- </plugin >
91
78
<plugin >
92
79
<groupId >org.apache.maven.plugins</groupId >
93
80
<artifactId >maven-checkstyle-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments