File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 159
159
<version >3.6.1</version >
160
160
</plugin >
161
161
<plugin >
162
+ <!-- UNIT TEST RUNNER -->
162
163
<groupId >org.apache.maven.plugins</groupId >
163
164
<artifactId >maven-surefire-plugin</artifactId >
164
165
<configuration >
165
166
<forkCount >1</forkCount >
166
167
<reuseForks >false</reuseForks >
167
168
</configuration >
168
169
<version >2.20</version >
170
+ <executions >
171
+ <execution >
172
+ <id >run-unit-tests</id >
173
+ <goals >
174
+ <goal >test</goal >
175
+ </goals >
176
+ </execution >
177
+ </executions >
169
178
</plugin >
170
179
<plugin >
171
180
<groupId >org.jacoco</groupId >
277
286
</reportSets >
278
287
</plugin >
279
288
<plugin >
280
- <!-- UNIT TEST RUNNER -->
281
289
<groupId >org.apache.maven.plugins</groupId >
282
290
<artifactId >maven-surefire-report-plugin</artifactId >
283
291
<version >2.20</version >
284
292
<configuration >
285
293
<argLine >${surefireArgLine} </argLine >
286
294
</configuration >
287
- <executions >
288
- <execution >
289
- <id >run-unit-tests</id >
290
- <goals >
291
- <goal >test</goal >
292
- </goals >
293
- </execution >
294
- </executions >
295
295
</plugin >
296
296
<!-- CODE COVERAGE PUBLISHER -->
297
297
<plugin >
You can’t perform that action at this time.
0 commit comments