mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-13 05:35:36 +01:00
Moved the maven-plugin-plugin declarations into the maven module since it is unique to that module.
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -132,8 +132,6 @@ Copyright (c) 2012 - Jeremy Long
|
||||
<reporting.checkstyle-plugin.version>2.16</reporting.checkstyle-plugin.version>
|
||||
<reporting.cobertura-plugin.version>2.7</reporting.cobertura-plugin.version>
|
||||
<reporting.javadoc-plugin.version>2.10.3</reporting.javadoc-plugin.version>
|
||||
<!-- todo(code review): only used in maven module? Not needed elsewhere -->
|
||||
<reporting.maven-plugin-plugin.version>3.4</reporting.maven-plugin-plugin.version>
|
||||
<reporting.pmd-plugin.version>3.5</reporting.pmd-plugin.version>
|
||||
<reporting.versions-plugin.version>2.2</reporting.versions-plugin.version>
|
||||
</properties>
|
||||
@@ -210,11 +208,6 @@ Copyright (c) 2012 - Jeremy Long
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.6</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-plugin-plugin</artifactId>
|
||||
<version>${reporting.maven-plugin-plugin.version}</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user