diff --git a/dependency-check-ant/pom.xml b/dependency-check-ant/pom.xml index 7e7208aef..57ccb527b 100644 --- a/dependency-check-ant/pom.xml +++ b/dependency-check-ant/pom.xml @@ -190,18 +190,10 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved. - - org.apache.maven.plugins - maven-compiler-plugin - - - org.apache.maven.plugins - maven-jar-plugin - org.apache.maven.plugins maven-shade-plugin - 2.3 + 2.4.1 @@ -273,96 +265,6 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved. - - org.apache.maven.plugins - maven-project-info-reports-plugin - ${reporting.project-info-reports-plugin.version} - - - - summary - license - help - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - ${reporting.javadoc-plugin.version} - - false - Copyright© 2012-15 Jeremy Long. All Rights Reserved. - - - - default - - javadoc - - - - - - org.codehaus.mojo - versions-maven-plugin - ${reporting.versions-plugin.version} - - - - dependency-updates-report - plugin-updates-report - - - - - - org.apache.maven.plugins - maven-jxr-plugin - ${reporting.jxr-plugin.version} - - - org.codehaus.mojo - cobertura-maven-plugin - ${reporting.cobertura-plugin.version} - - - org.apache.maven.plugins - maven-surefire-report-plugin - ${reporting.surefire-report-plugin.version} - - - - report-only - - - - - - org.codehaus.mojo - taglist-maven-plugin - ${reporting.taglist-plugin.version} - - - - - Todo Work - - - todo - ignoreCase - - - FIXME - exact - - - - - - - org.apache.maven.plugins maven-checkstyle-plugin @@ -395,11 +297,6 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved. - - org.codehaus.mojo - findbugs-maven-plugin - ${reporting.findbugs-plugin.version} - diff --git a/dependency-check-cli/pom.xml b/dependency-check-cli/pom.xml index c76f50b72..0a1a7558b 100644 --- a/dependency-check-cli/pom.xml +++ b/dependency-check-cli/pom.xml @@ -124,10 +124,6 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved. - - org.apache.maven.plugins - maven-compiler-plugin - org.codehaus.mojo appassembler-maven-plugin @@ -178,96 +174,6 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved. - - org.apache.maven.plugins - maven-project-info-reports-plugin - ${reporting.project-info-reports-plugin.version} - - - - summary - license - help - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - ${reporting.javadoc-plugin.version} - - false - Copyright� 2012-15 Jeremy Long. All Rights Reserved. - - - - default - - javadoc - - - - - - org.codehaus.mojo - versions-maven-plugin - ${reporting.versions-plugin.version} - - - - dependency-updates-report - plugin-updates-report - - - - - - org.apache.maven.plugins - maven-jxr-plugin - ${reporting.jxr-plugin.version} - - - org.codehaus.mojo - cobertura-maven-plugin - ${reporting.cobertura-plugin.version} - - - org.apache.maven.plugins - maven-surefire-report-plugin - ${reporting.surefire-report-plugin.version} - - - - report-only - - - - - - org.codehaus.mojo - taglist-maven-plugin - ${reporting.taglist-plugin.version} - - - - - Todo Work - - - todo - ignoreCase - - - FIXME - exact - - - - - - - org.apache.maven.plugins maven-checkstyle-plugin @@ -300,11 +206,6 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved. - - org.codehaus.mojo - findbugs-maven-plugin - ${reporting.findbugs-plugin.version} - diff --git a/dependency-check-core/pom.xml b/dependency-check-core/pom.xml index f7b6e7cd6..1f8f283cf 100644 --- a/dependency-check-core/pom.xml +++ b/dependency-check-core/pom.xml @@ -110,13 +110,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. org.apache.maven.plugins maven-jar-plugin - - jar - package - - jar - - test-jar package @@ -228,70 +221,10 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. - - org.apache.maven.plugins - maven-project-info-reports-plugin - ${reporting.project-info-reports-plugin.version} - - - - summary - license - help - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - ${reporting.javadoc-plugin.version} - - false - Copyright© 2012-15 Jeremy Long. All Rights Reserved. - - - - default - - javadoc - - - - - - org.codehaus.mojo - versions-maven-plugin - ${reporting.versions-plugin.version} - - - - dependency-updates-report - plugin-updates-report - - - - - - org.apache.maven.plugins - maven-jxr-plugin - ${reporting.jxr-plugin.version} - - - org.codehaus.mojo - cobertura-maven-plugin - ${reporting.cobertura-plugin.version} - org.apache.maven.plugins maven-surefire-report-plugin - ${reporting.surefire-report-plugin.version} - - - report-only - - integration-tests @@ -301,30 +234,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. - - org.codehaus.mojo - taglist-maven-plugin - ${reporting.taglist-plugin.version} - - - - - Todo Work - - - todo - ignoreCase - - - FIXME - exact - - - - - - - org.apache.maven.plugins maven-checkstyle-plugin @@ -357,11 +266,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. - - org.codehaus.mojo - findbugs-maven-plugin - ${reporting.findbugs-plugin.version} - diff --git a/dependency-check-gradle/pom.xml b/dependency-check-gradle/pom.xml index a1bc9bc4d..372562a66 100644 --- a/dependency-check-gradle/pom.xml +++ b/dependency-check-gradle/pom.xml @@ -34,12 +34,6 @@ Copyright (c) 2015 Wei Ma. All Rights Reserved. dependency-check-gradle is a Gradle Plugin that uses dependency-check-core to detect publicly disclosed vulnerabilities associated with the project's dependencies. The plugin will generate a report listing the dependency, any identified Common Platform Enumeration (CPE) identifiers, and the associated Common Vulnerability and Exposure (CVE) entries. 2015 - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - @@ -48,6 +42,12 @@ Copyright (c) 2015 Wei Ma. All Rights Reserved. ${basedir}/../target/site/${project.version}/dependency-check-gradle + + + true + + true + @@ -67,22 +67,4 @@ Copyright (c) 2015 Wei Ma. All Rights Reserved. - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - ${reporting.project-info-reports-plugin.version} - - - - summary - license - help - - - - - - diff --git a/dependency-check-jenkins/pom.xml b/dependency-check-jenkins/pom.xml index 986e425c6..e8020175e 100644 --- a/dependency-check-jenkins/pom.xml +++ b/dependency-check-jenkins/pom.xml @@ -19,6 +19,13 @@ + + + true + + true + + pom 2012 @@ -47,12 +54,6 @@ github https://github.com/jenkinsci/dependency-check-jenkins/issues - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - @@ -71,22 +72,4 @@ - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - ${reporting.project-info-reports-plugin.version} - - - - summary - license - help - - - - - - diff --git a/dependency-check-maven/pom.xml b/dependency-check-maven/pom.xml index 0ae143e8e..5634ff81e 100644 --- a/dependency-check-maven/pom.xml +++ b/dependency-check-maven/pom.xml @@ -40,6 +40,9 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved. + + 3.4 + @@ -63,6 +66,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved. org.apache.maven.plugins maven-plugin-plugin + ${version.maven-plugin-plugin} true dependency-check @@ -119,112 +123,18 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved. - - org.apache.maven.plugins - maven-compiler-plugin - - - org.apache.maven.plugins - maven-project-info-reports-plugin - ${reporting.project-info-reports-plugin.version} - - - - summary - license - help - - - - org.apache.maven.plugins maven-plugin-plugin - ${reporting.maven-plugin-plugin.version} + ${version.maven-plugin-plugin} dependency-check - - org.apache.maven.plugins - maven-javadoc-plugin - ${reporting.javadoc-plugin.version} - - false - Copyright� 2012-15 Jeremy Long. All Rights Reserved. - - - - default - - javadoc - - - - - - org.codehaus.mojo - versions-maven-plugin - ${reporting.versions-plugin.version} - - - - dependency-updates-report - plugin-updates-report - - - - - - org.apache.maven.plugins - maven-jxr-plugin - ${reporting.jxr-plugin.version} - - - org.codehaus.mojo - cobertura-maven-plugin - ${reporting.cobertura-plugin.version} - - - org.apache.maven.plugins - maven-surefire-report-plugin - ${reporting.surefire-report-plugin.version} - - - - report-only - - - - - - org.codehaus.mojo - taglist-maven-plugin - ${reporting.taglist-plugin.version} - - - - - Todo Work - - - todo - ignoreCase - - - FIXME - exact - - - - - - - org.apache.maven.plugins maven-checkstyle-plugin @@ -259,11 +169,6 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved. - - org.codehaus.mojo - findbugs-maven-plugin - ${reporting.findbugs-plugin.version} - diff --git a/dependency-check-utils/pom.xml b/dependency-check-utils/pom.xml index 21ce57bdd..1d558b279 100644 --- a/dependency-check-utils/pom.xml +++ b/dependency-check-utils/pom.xml @@ -38,7 +38,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved. - UTF-8 + org.owasp.dependencycheck.utils.* @@ -97,90 +97,10 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved. org.apache.maven.plugins maven-failsafe-plugin - - org.apache.maven.plugins - maven-compiler-plugin - - - org.apache.maven.plugins - maven-javadoc-plugin - ${reporting.javadoc-plugin.version} - - false - Copyright© 2012-15 Jeremy Long. All Rights Reserved. - - - - default - - javadoc - - - - - - org.codehaus.mojo - versions-maven-plugin - ${reporting.versions-plugin.version} - - - - dependency-updates-report - plugin-updates-report - - - - - - org.apache.maven.plugins - maven-jxr-plugin - ${reporting.jxr-plugin.version} - - - org.codehaus.mojo - cobertura-maven-plugin - ${reporting.cobertura-plugin.version} - - - org.apache.maven.plugins - maven-surefire-report-plugin - ${reporting.surefire-report-plugin.version} - - - - report-only - - - - - - org.codehaus.mojo - taglist-maven-plugin - ${reporting.taglist-plugin.version} - - - - - Todo Work - - - todo - ignoreCase - - - FIXME - exact - - - - - - - org.apache.maven.plugins maven-checkstyle-plugin @@ -213,14 +133,6 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved. - - org.codehaus.mojo - findbugs-maven-plugin - ${reporting.findbugs-plugin.version} - - org.owasp.dependencycheck.utils.* - - diff --git a/pom.xml b/pom.xml index d765ef180..504a5aa14 100644 --- a/pom.xml +++ b/pom.xml @@ -130,18 +130,8 @@ Copyright (c) 2012 - Jeremy Long 1.7.12 1.1.3 2.16 - 2.6 - 3.0.1 - 2.10.3 - 2.5 - - 3.4 + 2.7 3.5 - - 2.8 - 2.18.1 - 2.4 - 2.2 @@ -216,11 +206,6 @@ Copyright (c) 2012 - Jeremy Long maven-jar-plugin 2.6 - - org.apache.maven.plugins - maven-plugin-plugin - ${reporting.maven-plugin-plugin.version} - org.apache.maven.plugins maven-release-plugin @@ -362,10 +347,36 @@ Copyright (c) 2012 - Jeremy Long + + org.apache.maven.plugins + maven-dependency-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + false + Copyright© 2012-15 Jeremy Long. All Rights Reserved. + + + + default + + javadoc + + + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.5 + org.apache.maven.plugins maven-project-info-reports-plugin - ${reporting.project-info-reports-plugin.version} + 2.8 @@ -389,6 +400,72 @@ Copyright (c) 2012 - Jeremy Long + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.18.1 + + + + report-only + + + + + + org.codehaus.mojo + cobertura-maven-plugin + ${reporting.cobertura-plugin.version} + + + + cobertura + + + + + + org.codehaus.mojo + findbugs-maven-plugin + 3.0.2 + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + + + + Todo Work + + + todo + ignoreCase + + + FIXME + exact + + + + + + + + + org.codehaus.mojo + versions-maven-plugin + 2.2 + + + + dependency-updates-report + plugin-updates-report + + + +