File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -279,6 +279,8 @@ jobs:
279
279
- run :
280
280
name : Test
281
281
command : mvn verify -am -pl test-non-functional -Dgpg.skip -Dmaven.javadoc.skip
282
+ - report :
283
+ working_directory : test-non-functional
282
284
- store_cache
283
285
284
286
# DE-847
@@ -304,6 +306,8 @@ jobs:
304
306
name : Test
305
307
working_directory : test-non-functional
306
308
command : mvn verify -Dgpg.skip -Dmaven.javadoc.skip -Dshaded
309
+ - report :
310
+ working_directory : test-non-functional
307
311
- store_cache
308
312
309
313
sonar :
@@ -376,6 +380,8 @@ jobs:
376
380
- run :
377
381
name : Test
378
382
command : mvn verify -am -pl test-resilience -Dgpg.skip -Dmaven.javadoc.skip
383
+ - report :
384
+ working_directory : test-resilience
379
385
- store_cache
380
386
381
387
# DE-847
@@ -408,6 +414,8 @@ jobs:
408
414
name : Test
409
415
working_directory : test-resilience
410
416
command : mvn verify -Dgpg.skip -Dmaven.javadoc.skip -Dshaded
417
+ - report :
418
+ working_directory : test-resilience
411
419
- store_cache
412
420
413
421
deploy :
Original file line number Diff line number Diff line change 304
304
<artifactId >replacer</artifactId >
305
305
<version >1.5.3</version >
306
306
</plugin >
307
+ <plugin >
308
+ <groupId >org.apache.maven.plugins</groupId >
309
+ <artifactId >maven-surefire-report-plugin</artifactId >
310
+ <version >3.4.0</version >
311
+ </plugin >
307
312
</plugins >
308
313
</pluginManagement >
309
314
</build >
You can’t perform that action at this time.
0 commit comments