|
2 | 2 | <!-- |
3 | 3 | Copyright 2017 The MITRE Corporation |
4 | 4 | and the MIT Internet Trust Consortium |
5 | | - |
| 5 | +
|
6 | 6 | Licensed under the Apache License, Version 2.0 (the "License"); |
7 | 7 | you may not use this file except in compliance with the License. |
8 | 8 | You may obtain a copy of the License at |
9 | | - |
| 9 | +
|
10 | 10 | http://www.apache.org/licenses/LICENSE-2.0 |
11 | | - |
| 11 | +
|
12 | 12 | Unless required by applicable law or agreed to in writing, software |
13 | 13 | distributed under the License is distributed on an "AS IS" BASIS, |
14 | 14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
250 | 250 | </execution> |
251 | 251 | </executions> |
252 | 252 | </plugin> |
| 253 | +<plugin> |
| 254 | +<groupId>org.jacoco</groupId> |
| 255 | +<artifactId>jacoco-maven-plugin</artifactId> |
| 256 | +<version>0.7.9</version> |
| 257 | +<executions> |
| 258 | +<execution> |
| 259 | +<goals> |
| 260 | +<goal>prepare-agent</goal> |
| 261 | +</goals> |
| 262 | +</execution> |
| 263 | +<execution> |
| 264 | +<id>report</id> |
| 265 | +<phase>test</phase> |
| 266 | +<goals> |
| 267 | +<goal>report</goal> |
| 268 | +</goals> |
| 269 | +</execution> |
| 270 | +</executions> |
| 271 | +</plugin> |
253 | 272 | <plugin> |
254 | 273 | <groupId>org.apache.maven.plugins</groupId> |
255 | 274 | <artifactId>maven-site-plugin</artifactId> |
|
315 | 334 | </excludes> |
316 | 335 | </configuration> |
317 | 336 | </plugin> |
318 | | -<plugin> |
319 | | -<groupId>org.codehaus.mojo</groupId> |
320 | | -<artifactId>cobertura-maven-plugin</artifactId> |
321 | | -<version>2.7</version> |
322 | | -<configuration> |
323 | | -<formats> |
324 | | -<format>html</format> |
325 | | -<format>xml</format> |
326 | | -</formats> |
327 | | -</configuration> |
328 | | -<!-- <exclusions> --> |
329 | | -<!-- <exclusion> --> |
330 | | -<!-- <groupId>asm</groupId> --> |
331 | | -<!-- <artifactId>asm</artifactId> --> |
332 | | -<!-- </exclusion> --> |
333 | | -<!-- <exclusion> --> |
334 | | -<!-- <groupId>asm</groupId> --> |
335 | | -<!-- <artifactId>asm-attrs</artifactId> --> |
336 | | -<!-- </exclusion> --> |
337 | | -<!-- </exclusions> --> |
338 | | - |
339 | | - </plugin> |
340 | 337 | </reportPlugins> |
341 | 338 | </configuration> |
342 | 339 | </plugin> |
|
512 | 509 | <version>1.9.5</version> |
513 | 510 | <scope>test</scope> |
514 | 511 | </dependency> |
515 | | -<dependency> |
516 | | -<groupId>org.codehaus.mojo</groupId> |
517 | | -<artifactId>cobertura-maven-plugin</artifactId> |
518 | | -<version>2.7</version> |
519 | | -<scope>test</scope> |
520 | | -<type>maven-plugin</type> |
521 | | -</dependency> |
522 | | - |
523 | 512 | <!-- MITREid Connect components --> |
524 | 513 | <dependency> |
525 | 514 | <groupId>org.mitre</groupId> |
|
650 | 639 | <groupId>javax.servlet.jsp</groupId> |
651 | 640 | <artifactId>jsp-api</artifactId> |
652 | 641 | </dependency> |
653 | | -<dependency> |
654 | | -<groupId>org.codehaus.mojo</groupId> |
655 | | -<artifactId>cobertura-maven-plugin</artifactId> |
656 | | -<type>maven-plugin</type> |
657 | | -</dependency> |
658 | 642 | </dependencies> |
659 | 643 |
|
660 | 644 | </project> |
0 commit comments