mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-11 21:05:38 +01:00
Centralized cobertura plugin to the parent pom and was able to upgrade it from 2.6 to 2.7.
This commit is contained in:
15
pom.xml
15
pom.xml
@@ -130,7 +130,7 @@ Copyright (c) 2012 - Jeremy Long
|
||||
<slf4j.version>1.7.12</slf4j.version>
|
||||
<logback.version>1.1.3</logback.version>
|
||||
<reporting.checkstyle-plugin.version>2.16</reporting.checkstyle-plugin.version>
|
||||
<reporting.cobertura-plugin.version>2.6</reporting.cobertura-plugin.version>
|
||||
<reporting.cobertura-plugin.version>2.7</reporting.cobertura-plugin.version>
|
||||
<reporting.findbugs-plugin.version>3.0.1</reporting.findbugs-plugin.version>
|
||||
<reporting.javadoc-plugin.version>2.10.3</reporting.javadoc-plugin.version>
|
||||
<!-- todo(code review): only used in maven module? Not needed elsewhere -->
|
||||
@@ -395,7 +395,18 @@ Copyright (c) 2012 - Jeremy Long
|
||||
</reportSet>
|
||||
</reportSets>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>cobertura-maven-plugin</artifactId>
|
||||
<version>${reporting.cobertura-plugin.version}</version>
|
||||
<reportSets>
|
||||
<reportSet>
|
||||
<reports>
|
||||
<report>cobertura</report>
|
||||
</reports>
|
||||
</reportSet>
|
||||
</reportSets>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
<dependencyManagement>
|
||||
|
||||
Reference in New Issue
Block a user