File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -522,10 +522,10 @@ stop:
522
522
test : | start mvn-test-local stop
523
523
524
524
mvn-test-local :
525
- @TEST_ENV_PROVIDER=local mvn -Dtest=${TEST} clean compile verify
525
+ @TEST_ENV_PROVIDER=local mvn -Dtest=${TEST} clean verify
526
526
527
527
mvn-test :
528
- mvn -Dtest=${TEST} clean compile verify
528
+ mvn -Dtest=${TEST} clean verify
529
529
530
530
package : | start mvn-package stop
531
531
Original file line number Diff line number Diff line change 354
354
<systemPropertyVariables >
355
355
<redis-hosts >${redis-hosts} </redis-hosts >
356
356
</systemPropertyVariables >
357
+ <summaryFile >${project.build.directory} /failsafe-summary.xml</summaryFile >
357
358
<!-- Default includes used when invoking failsafe goals directly (e.g., mvn failsafe:integration-test) -->
358
359
<includes >
359
360
<include >**/*IntegrationTest.java</include >
403
404
<goals >
404
405
<goal >verify</goal >
405
406
</goals >
406
- <configuration >
407
- <summaryFile >${project.build.directory} /failsafe-summary.xml</summaryFile >
408
- </configuration >
409
407
</execution >
410
408
</executions >
411
409
</plugin >
You can’t perform that action at this time.
0 commit comments