File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 13
13
14
14
<build >
15
15
<plugins >
16
+
16
17
<plugin >
17
18
<groupId >org.apache.maven.plugins</groupId >
18
19
<artifactId >maven-compiler-plugin</artifactId >
24
25
</compilerArgs >
25
26
</configuration >
26
27
</plugin >
28
+
29
+ <plugin >
30
+ <groupId >org.apache.maven.plugins</groupId >
31
+ <artifactId >maven-checkstyle-plugin</artifactId >
32
+ </plugin >
33
+
27
34
</plugins >
28
35
</build >
29
36
<dependencies >
Original file line number Diff line number Diff line change 143
143
</executions >
144
144
</plugin >
145
145
146
+ <plugin >
147
+ <groupId >org.apache.maven.plugins</groupId >
148
+ <artifactId >maven-checkstyle-plugin</artifactId >
149
+ </plugin >
150
+
146
151
</plugins >
147
152
</build >
148
153
Original file line number Diff line number Diff line change 151
151
</compilerArgs >
152
152
</configuration >
153
153
</plugin >
154
+
154
155
<plugin >
155
156
<groupId >org.apache.maven.plugins</groupId >
156
157
<artifactId >maven-failsafe-plugin</artifactId >
169
170
</execution >
170
171
</executions >
171
172
</plugin >
172
-
173
173
174
174
<plugin >
175
175
<groupId >com.coveo</groupId >
185
185
</executions >
186
186
</plugin >
187
187
188
+ <plugin >
189
+ <groupId >org.apache.maven.plugins</groupId >
190
+ <artifactId >maven-checkstyle-plugin</artifactId >
191
+ </plugin >
192
+
188
193
</plugins >
189
194
</build >
190
195
You can’t perform that action at this time.
0 commit comments