We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa3310d commit c2e4f2cCopy full SHA for c2e4f2c
pom.xml
@@ -508,13 +508,28 @@
508
<goal>prepare-agent</goal>
509
</goals>
510
</execution>
511
+
512
<execution>
- <id>report</id>
513
+ <id>post-unit-test</id>
514
<phase>test</phase>
515
<goals>
516
<goal>report</goal>
517
518
519
520
+ <execution>
521
+ <id>pre-integration-test</id>
522
+ <phase>pre-integration-test</phase>
523
+ <goals>
524
+ <goal>prepare-agent-integration</goal>
525
+ </goals>
526
+ </execution>
527
528
+ <id>report-integration</id>
529
530
+ <goal>report-integration</goal>
531
532
533
</executions>
534
</plugin>
535
</plugins>
0 commit comments