Skip to content

Commit 78c284b

Browse files
committed
manual merge of pom
1 parent df37bb9 commit 78c284b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pom.xml

+21
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,27 @@ Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMappe
116116

117117
<build>
118118
<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+
<execution>
131+
<id>report</id>
132+
<phase>test</phase>
133+
<goals>
134+
<goal>report</goal>
135+
</goals>
136+
</execution>
137+
</executions>
138+
</plugin>
139+
119140
<plugin>
120141
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
121142
<groupId>com.google.code.maven-replacer-plugin</groupId>

0 commit comments

Comments
 (0)