File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 5959 <jackson .version>2.10.1</jackson .version>
6060 <mockneat .version>0.3.8</mockneat .version>
6161 <versions .maven.plugin.version>2.7</versions .maven.plugin.version>
62+ <jacoco .maven.plugin.version>0.8.5</jacoco .maven.plugin.version>
6263 <joda .time.version>2.7</joda .time.version>
6364 </properties >
6465
144145 <generateBackupPoms >false</generateBackupPoms >
145146 </configuration >
146147 </plugin >
148+ <plugin >
149+ <groupId >org.jacoco</groupId >
150+ <artifactId >jacoco-maven-plugin</artifactId >
151+ <version >${jacoco.maven.plugin.version} </version >
152+ <executions >
153+ <execution >
154+ <goals >
155+ <goal >prepare-agent</goal >
156+ </goals >
157+ </execution >
158+ <execution >
159+ <id >report</id >
160+ <phase >test</phase >
161+ <goals >
162+ <goal >report</goal >
163+ </goals >
164+ </execution >
165+ </executions >
166+ </plugin >
147167 </plugins >
148168 </build >
149169</project >
You can’t perform that action at this time.
0 commit comments