mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 02:21:28 +01:00
Moved the maven-plugin-plugin declarations into the maven module since it is unique to that module.
This commit is contained in:
@@ -40,6 +40,9 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
|
|||||||
</site>
|
</site>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
<!-- end copy -->
|
<!-- end copy -->
|
||||||
|
<properties>
|
||||||
|
<version.maven-plugin-plugin>3.4</version.maven-plugin-plugin>
|
||||||
|
</properties>
|
||||||
<build>
|
<build>
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
@@ -63,6 +66,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-plugin-plugin</artifactId>
|
<artifactId>maven-plugin-plugin</artifactId>
|
||||||
|
<version>${version.maven-plugin-plugin}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
|
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
|
||||||
<goalPrefix>dependency-check</goalPrefix>
|
<goalPrefix>dependency-check</goalPrefix>
|
||||||
@@ -126,7 +130,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-plugin-plugin</artifactId>
|
<artifactId>maven-plugin-plugin</artifactId>
|
||||||
<version>${reporting.maven-plugin-plugin.version}</version>
|
<version>${version.maven-plugin-plugin}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<goalPrefix>dependency-check</goalPrefix>
|
<goalPrefix>dependency-check</goalPrefix>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
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.checkstyle-plugin.version>2.16</reporting.checkstyle-plugin.version>
|
||||||
<reporting.cobertura-plugin.version>2.7</reporting.cobertura-plugin.version>
|
<reporting.cobertura-plugin.version>2.7</reporting.cobertura-plugin.version>
|
||||||
<reporting.javadoc-plugin.version>2.10.3</reporting.javadoc-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.pmd-plugin.version>3.5</reporting.pmd-plugin.version>
|
||||||
<reporting.versions-plugin.version>2.2</reporting.versions-plugin.version>
|
<reporting.versions-plugin.version>2.2</reporting.versions-plugin.version>
|
||||||
</properties>
|
</properties>
|
||||||
@@ -210,11 +208,6 @@ Copyright (c) 2012 - Jeremy Long
|
|||||||
<artifactId>maven-jar-plugin</artifactId>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
<version>2.6</version>
|
<version>2.6</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-plugin-plugin</artifactId>
|
|
||||||
<version>${reporting.maven-plugin-plugin.version}</version>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user