We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df37bb9 commit 78c284bCopy full SHA for 78c284b
pom.xml
@@ -116,6 +116,27 @@ Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMappe
116
117
<build>
118
<plugins>
119
+ <plugin>
120
+ <groupId>org.jacoco</groupId>
121
+ <artifactId>jacoco-maven-plugin</artifactId>
122
+ <version>0.8.4</version>
123
+ <executions>
124
+ <execution>
125
+ <goals>
126
+ <goal>prepare-agent</goal>
127
+ </goals>
128
+ </execution>
129
+ <!-- attached to Maven test phase -->
130
131
+ <id>report</id>
132
+ <phase>test</phase>
133
134
+ <goal>report</goal>
135
136
137
+ </executions>
138
+ </plugin>
139
+
140
<plugin>
141
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
142
<groupId>com.google.code.maven-replacer-plugin</groupId>
0 commit comments