We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79253ed commit cb5ba54Copy full SHA for cb5ba54
payment-service-paypal/pom.xml
@@ -61,21 +61,26 @@
61
<artifactId>jacoco-maven-plugin</artifactId>
62
<version>0.8.10</version>
63
<executions>
64
+ <!-- Prepares the agent for coverage -->
65
<execution>
66
+ <id>prepare-agent</id>
67
<goals>
68
<goal>prepare-agent</goal>
69
</goals>
70
</execution>
71
+
72
+ <!-- Generates the report after tests -->
73
74
<id>report</id>
- <phase>prepare-package</phase>
75
+ <phase>verify</phase>
76
77
<goal>report</goal>
78
79
80
</executions>
81
</plugin>
-
82
83
84
</plugins>
85
</build>
86
0 commit comments