diff --git a/dependency-check-ant/pom.xml b/dependency-check-ant/pom.xml index d121d62ee..27d689811 100644 --- a/dependency-check-ant/pom.xml +++ b/dependency-check-ant/pom.xml @@ -68,7 +68,6 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved. org.apache.maven.plugins maven-resources-plugin - 2.6 false @@ -191,10 +190,18 @@ 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.1 + 2.3 @@ -218,25 +225,9 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved. - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - - - true - - - - **/checkstyle* - - - org.codehaus.mojo cobertura-maven-plugin - 2.6 true @@ -269,7 +260,6 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved. org.apache.maven.plugins maven-surefire-plugin - 2.16 @@ -279,162 +269,138 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved. - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - false - 1.6 - 1.6 - - - - - org.apache.maven.plugins - maven-site-plugin - 3.3 - - - org.apache.maven.doxia - doxia-module-markdown - 1.5 - - - - true - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.7 - - - - index - summary - license - help - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - Copyright© 2012-14 Jeremy Long. All Rights Reserved. - - - - default - - javadoc - - - - - - org.codehaus.mojo - versions-maven-plugin - 2.1 - - - - dependency-updates-report - plugin-updates-report - - - - - - org.apache.maven.plugins - maven-jxr-plugin - 2.4 - - - org.codehaus.mojo - cobertura-maven-plugin - 2.6 - - - org.apache.maven.plugins - maven-surefire-report-plugin - 2.16 - - - - report-only - - - - - - org.codehaus.mojo - taglist-maven-plugin - 2.4 - - - - - Todo Work - - - todo - ignoreCase - - - FIXME - exact - - - - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.11 - - false - ${basedir}/../src/main/config/checkstyle-checks.xml - ${basedir}/../src/main/config/checkstyle-header.txt - ${basedir}/../src/main/config/checkstyle-suppressions.xml - checkstyle.suppressions.file - - - - org.apache.maven.plugins - maven-pmd-plugin - 3.0.1 - - 1.6 - true - utf-8 - - **/generated/*.java - - - ../src/main/config/dcrules.xml - /rulesets/java/basic.xml - /rulesets/java/imports.xml - /rulesets/java/unusedcode.xml - - - - - org.codehaus.mojo - findbugs-maven-plugin - 2.5.3 - - - - + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.7 + + + + index + summary + license + help + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + Copyright© 2012-15 Jeremy Long. All Rights Reserved. + + + + default + + javadoc + + + + + + org.codehaus.mojo + versions-maven-plugin + 2.1 + + + + dependency-updates-report + plugin-updates-report + + + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.4 + + + org.codehaus.mojo + cobertura-maven-plugin + 2.6 + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.16 + + + + report-only + + + + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + + + + Todo Work + + + todo + ignoreCase + + + FIXME + exact + + + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.11 + + false + ${basedir}/../src/main/config/checkstyle-checks.xml + ${basedir}/../src/main/config/checkstyle-header.txt + ${basedir}/../src/main/config/checkstyle-suppressions.xml + checkstyle.suppressions.file + + + + org.apache.maven.plugins + maven-pmd-plugin + 3.0.1 + + 1.6 + true + utf-8 + + **/generated/*.java + + + ../src/main/config/dcrules.xml + /rulesets/java/basic.xml + /rulesets/java/imports.xml + /rulesets/java/unusedcode.xml + + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.5.3 + + + org.owasp diff --git a/dependency-check-cli/pom.xml b/dependency-check-cli/pom.xml index 6464a39c0..a9c46682c 100644 --- a/dependency-check-cli/pom.xml +++ b/dependency-check-cli/pom.xml @@ -60,23 +60,17 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved. org.apache.maven.plugins maven-jar-plugin - 2.4 org.owasp.dependencycheck.App - true - - **/checkstyle* - org.codehaus.mojo cobertura-maven-plugin - 2.6 true @@ -114,7 +108,6 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved. org.apache.maven.plugins maven-surefire-plugin - 2.16 @@ -133,160 +126,10 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved. org.apache.maven.plugins maven-compiler-plugin - 3.1 - - false - 1.6 - 1.6 - - - - org.apache.maven.plugins - maven-site-plugin - 3.3 - - - org.apache.maven.doxia - doxia-module-markdown - 1.5 - - - - true - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.7 - - - - index - summary - license - help - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - Copyright© 2012-14 Jeremy Long. All Rights Reserved. - - - - default - - javadoc - - - - - - org.codehaus.mojo - versions-maven-plugin - 2.1 - - - - dependency-updates-report - plugin-updates-report - - - - - - org.apache.maven.plugins - maven-jxr-plugin - 2.4 - - - org.codehaus.mojo - cobertura-maven-plugin - 2.6 - - - org.apache.maven.plugins - maven-surefire-report-plugin - 2.16 - - - - report-only - - - - - - org.codehaus.mojo - taglist-maven-plugin - 2.4 - - - - - Todo Work - - - todo - ignoreCase - - - FIXME - exact - - - - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.11 - - false - ${basedir}/../src/main/config/checkstyle-checks.xml - ${basedir}/../src/main/config/checkstyle-header.txt - ${basedir}/../src/main/config/checkstyle-suppressions.xml - checkstyle.suppressions.file - - - - org.apache.maven.plugins - maven-pmd-plugin - 3.1 - - 1.6 - true - utf-8 - - **/generated/*.java - - - ../src/main/config/dcrules.xml - /rulesets/java/basic.xml - /rulesets/java/imports.xml - /rulesets/java/unusedcode.xml - - - - - org.codehaus.mojo - findbugs-maven-plugin - 2.5.3 - - - org.codehaus.mojo appassembler-maven-plugin - 1.8.1 @@ -332,6 +175,136 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved. + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.7 + + + + index + summary + license + help + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + Copyright© 2012-14 Jeremy Long. All Rights Reserved. + + + + default + + javadoc + + + + + + org.codehaus.mojo + versions-maven-plugin + 2.1 + + + + dependency-updates-report + plugin-updates-report + + + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.4 + + + org.codehaus.mojo + cobertura-maven-plugin + 2.6 + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.16 + + + + report-only + + + + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + + + + Todo Work + + + todo + ignoreCase + + + FIXME + exact + + + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.11 + + false + ${basedir}/../src/main/config/checkstyle-checks.xml + ${basedir}/../src/main/config/checkstyle-header.txt + ${basedir}/../src/main/config/checkstyle-suppressions.xml + checkstyle.suppressions.file + + + + org.apache.maven.plugins + maven-pmd-plugin + 3.1 + + 1.6 + true + utf-8 + + **/generated/*.java + + + ../src/main/config/dcrules.xml + /rulesets/java/basic.xml + /rulesets/java/imports.xml + /rulesets/java/unusedcode.xml + + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.5.3 + + + commons-cli diff --git a/dependency-check-core/pom.xml b/dependency-check-core/pom.xml index a4efcf6ca..09e609540 100644 --- a/dependency-check-core/pom.xml +++ b/dependency-check-core/pom.xml @@ -93,7 +93,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. org.apache.maven.plugins maven-dependency-plugin - 2.8 generate-resources @@ -110,7 +109,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. org.apache.maven.plugins maven-jar-plugin - 2.4 jar @@ -127,21 +125,10 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. - - - - true - - - - **/checkstyle* - - org.codehaus.mojo cobertura-maven-plugin - 2.6 true @@ -192,7 +179,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. org.apache.maven.plugins maven-surefire-plugin - 2.16 @@ -213,200 +199,146 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. org.apache.maven.plugins maven-failsafe-plugin - 2.16 data.directory ${project.build.directory}/data - - temp.directory - ${project.build.directory}/temp - - - - **/*IntegrationTest.java - - - - - - integration-test - verify - - - - - - org.apache.maven.plugins - maven-site-plugin - 3.3 - - - org.apache.maven.doxia - doxia-module-markdown - 1.5 - - - - true - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.7 - - - - index - summary - license - help - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - Copyright© 2012-14 Jeremy Long. All Rights Reserved. - - - - default - - javadoc - - - - - - org.codehaus.mojo - versions-maven-plugin - 2.1 - - - - dependency-updates-report - plugin-updates-report - - - - - - org.apache.maven.plugins - maven-jxr-plugin - 2.4 - - - org.codehaus.mojo - cobertura-maven-plugin - 2.6 - - - org.apache.maven.plugins - maven-surefire-report-plugin - 2.16 - - - - report-only - - - - integration-tests - - report-only - failsafe-report-only - - - - - - org.codehaus.mojo - taglist-maven-plugin - 2.4 - - - - - Todo Work - - - todo - ignoreCase - - - FIXME - exact - - - - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.11 - - false - ${basedir}/../src/main/config/checkstyle-checks.xml - ${basedir}/../src/main/config/checkstyle-header.txt - ${basedir}/../src/main/config/checkstyle-suppressions.xml - checkstyle.suppressions.file - - - - org.apache.maven.plugins - maven-pmd-plugin - 3.1 - - 1.6 - true - utf-8 - - **/generated/*.java - - - ../src/main/config/dcrules.xml - /rulesets/java/basic.xml - /rulesets/java/imports.xml - /rulesets/java/unusedcode.xml - - - - - org.codehaus.mojo - findbugs-maven-plugin - 2.5.3 - - - org.codehaus.mojo - javancss-maven-plugin - 2.0 - - org.apache.maven.plugins maven-compiler-plugin - 3.1 - false -Xlint:unchecked - 1.6 - 1.6 + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + Copyright© 2012-14 Jeremy Long. All Rights Reserved. + + + + default + + javadoc + + + + + + org.codehaus.mojo + versions-maven-plugin + 2.1 + + + + dependency-updates-report + plugin-updates-report + + + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.4 + + + org.codehaus.mojo + cobertura-maven-plugin + 2.6 + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.16 + + + + report-only + + + + integration-tests + + report-only + failsafe-report-only + + + + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + + + + Todo Work + + + todo + ignoreCase + + + FIXME + exact + + + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.11 + + false + ${basedir}/../src/main/config/checkstyle-checks.xml + ${basedir}/../src/main/config/checkstyle-header.txt + ${basedir}/../src/main/config/checkstyle-suppressions.xml + checkstyle.suppressions.file + + + + org.apache.maven.plugins + maven-pmd-plugin + 3.1 + + 1.6 + true + utf-8 + + **/generated/*.java + + + ../src/main/config/dcrules.xml + /rulesets/java/basic.xml + /rulesets/java/imports.xml + /rulesets/java/unusedcode.xml + + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.5.3 + + + org.owasp @@ -601,7 +533,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. org.apache.maven.plugins maven-surefire-plugin - 2.16 + 2.18.1 true @@ -609,7 +541,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. org.apache.maven.plugins maven-failsafe-plugin - 2.16 + 2.18.1 @@ -723,7 +655,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. provided true - diff --git a/dependency-check-maven/pom.xml b/dependency-check-maven/pom.xml index aca87ef7b..fec44e48e 100644 --- a/dependency-check-maven/pom.xml +++ b/dependency-check-maven/pom.xml @@ -40,9 +40,6 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved. - - 3.0 - @@ -66,7 +63,6 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved. org.apache.maven.plugins maven-plugin-plugin - 3.2 true dependency-check @@ -89,7 +85,6 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved. org.apache.maven.plugins maven-surefire-plugin - 2.16 @@ -107,7 +102,6 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved. true org.apache.maven.plugins maven-enforcer-plugin - 1.2 enforce-maven-3 @@ -127,169 +121,134 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved. org.apache.maven.plugins - maven-site-plugin - 3.3 - - - org.apache.maven.doxia - doxia-module-markdown - 1.5 - - + maven-compiler-plugin + + + + + + + org.apache.maven.plugins + maven-plugin-plugin + 3.2 - true - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.7 - - - - index - summary - license - help - - - - - - org.apache.maven.plugins - maven-plugin-plugin - 3.2 - - dependency-check - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - Copyright© 2012-14 Jeremy Long. All Rights Reserved. - - - - default - - javadoc - - - - - - org.codehaus.mojo - versions-maven-plugin - 2.1 - - - - dependency-updates-report - plugin-updates-report - - - - - - org.apache.maven.plugins - maven-jxr-plugin - 2.4 - - - org.codehaus.mojo - cobertura-maven-plugin - 2.6 - - - org.apache.maven.plugins - maven-surefire-report-plugin - 2.16 - - - - report-only - - - - - - org.codehaus.mojo - taglist-maven-plugin - 2.4 - - - - - Todo Work - - - todo - ignoreCase - - - FIXME - exact - - - - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.11 - - false - ${basedir}/../src/main/config/checkstyle-checks.xml - ${basedir}/../src/main/config/checkstyle-header.txt - ${basedir}/../src/main/config/checkstyle-suppressions.xml - checkstyle.suppressions.file - - - - org.apache.maven.plugins - maven-pmd-plugin - 3.1 - - 1.6 - true - utf-8 - - **/generated/**/*.java - **/HelpMojo.java - - - ../src/main/config/dcrules.xml - /rulesets/java/basic.xml - /rulesets/java/imports.xml - /rulesets/java/unusedcode.xml - - - - - org.codehaus.mojo - findbugs-maven-plugin - 2.5.3 - - + dependency-check org.apache.maven.plugins - maven-compiler-plugin - 3.1 + maven-javadoc-plugin + 2.9.1 - false - 1.6 - 1.6 + Copyright© 2012-14 Jeremy Long. All Rights Reserved. + + + + default + + javadoc + + + + + + org.codehaus.mojo + versions-maven-plugin + 2.1 + + + + dependency-updates-report + plugin-updates-report + + + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.4 + + + org.codehaus.mojo + cobertura-maven-plugin + 2.6 + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.16 + + + + report-only + + + + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + + + + Todo Work + + + todo + ignoreCase + + + FIXME + exact + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.11 + + false + ${basedir}/../src/main/config/checkstyle-checks.xml + ${basedir}/../src/main/config/checkstyle-header.txt + ${basedir}/../src/main/config/checkstyle-suppressions.xml + checkstyle.suppressions.file + + + + org.apache.maven.plugins + maven-pmd-plugin + 3.1 + + 1.6 + true + utf-8 + + **/generated/**/*.java + **/HelpMojo.java + + + ../src/main/config/dcrules.xml + /rulesets/java/basic.xml + /rulesets/java/imports.xml + /rulesets/java/unusedcode.xml + + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.5.3 + - - + org.owasp diff --git a/dependency-check-utils/pom.xml b/dependency-check-utils/pom.xml index 445ce4d36..a07756df2 100644 --- a/dependency-check-utils/pom.xml +++ b/dependency-check-utils/pom.xml @@ -45,7 +45,6 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved. org.codehaus.mojo cobertura-maven-plugin - 2.6 true @@ -78,7 +77,6 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved. org.apache.maven.plugins maven-surefire-plugin - 2.16 @@ -94,185 +92,131 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved. org.apache.maven.plugins maven-failsafe-plugin - 2.16 - - - - temp.directory - ${project.build.directory}/temp - - - - **/*IntegrationTest.java - - - - - - integration-test - verify - - - org.apache.maven.plugins maven-compiler-plugin - 3.1 + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 - false - 1.6 - 1.6 + Copyright© 2012-14 Jeremy Long. All Rights Reserved. + + + + default + + javadoc + + + + + + org.codehaus.mojo + versions-maven-plugin + 2.1 + + + + dependency-updates-report + plugin-updates-report + + + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.4 + + + org.codehaus.mojo + cobertura-maven-plugin + 2.6 + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.16 + + + + report-only + + + + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + + + + Todo Work + + + todo + ignoreCase + + + FIXME + exact + + + + + org.apache.maven.plugins - maven-site-plugin - 3.3 - - - org.apache.maven.doxia - doxia-module-markdown - 1.5 - - + maven-checkstyle-plugin + 2.11 - true - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.7 - - - - index - summary - license - help - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - Copyright© 2012-14 Jeremy Long. All Rights Reserved. - - - - default - - javadoc - - - - - - org.codehaus.mojo - versions-maven-plugin - 2.1 - - - - dependency-updates-report - plugin-updates-report - - - - - - org.apache.maven.plugins - maven-jxr-plugin - 2.4 - - - org.codehaus.mojo - cobertura-maven-plugin - 2.6 - - - org.apache.maven.plugins - maven-surefire-report-plugin - 2.16 - - - - report-only - - - - - - org.codehaus.mojo - taglist-maven-plugin - 2.4 - - - - - Todo Work - - - todo - ignoreCase - - - FIXME - exact - - - - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.11 - - false - ${basedir}/../src/main/config/checkstyle-checks.xml - ${basedir}/../src/main/config/checkstyle-header.txt - ${basedir}/../src/main/config/checkstyle-suppressions.xml - checkstyle.suppressions.file - - - - org.apache.maven.plugins - maven-pmd-plugin - 3.0.1 - - 1.6 - true - utf-8 - - **/org/owasp/dependencycheck/org/apache/**/*.java - - - ../src/main/config/dcrules.xml - /rulesets/java/basic.xml - /rulesets/java/imports.xml - /rulesets/java/unusedcode.xml - - - - - org.codehaus.mojo - findbugs-maven-plugin - 2.5.3 - - org.owasp.dependencycheck.utils.* - - - + false + ${basedir}/../src/main/config/checkstyle-checks.xml + ${basedir}/../src/main/config/checkstyle-header.txt + ${basedir}/../src/main/config/checkstyle-suppressions.xml + checkstyle.suppressions.file + + + + org.apache.maven.plugins + maven-pmd-plugin + 3.0.1 + + 1.6 + true + utf-8 + + **/org/owasp/dependencycheck/org/apache/**/*.java + + + ../src/main/config/dcrules.xml + /rulesets/java/basic.xml + /rulesets/java/imports.xml + /rulesets/java/unusedcode.xml + + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.5.3 + + org.owasp.dependencycheck.utils.* - + commons-io diff --git a/pom.xml b/pom.xml index f5ef9d48a..6e9651ab0 100644 --- a/pom.xml +++ b/pom.xml @@ -125,26 +125,148 @@ Copyright (c) 2012 - Jeremy Long + + 3.0 + + + + + org.codehaus.mojo + appassembler-maven-plugin + 1.9 + + + org.codehaus.mojo + cobertura-maven-plugin + 2.6 + + + org.apache.maven.plugins + maven-assembly-plugin + 2.5.3 + + + org.apache.maven.plugins + maven-clean-plugin + 2.6.1 + + + org.apache.maven.plugins + maven-compiler-plugin + 3.2 + + + org.apache.maven.plugins + maven-dependency-plugin + 2.9 + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.3.1 + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + org.apache.maven.plugins + maven-failsafe-plugin + 2.18.1 + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + + org.apache.maven.plugins + maven-jar-plugin + 2.5 + + + org.apache.maven.plugins + maven-plugin-plugin + 3.3 + + + org.apache.maven.plugins + maven-release-plugin + 2.5.1 + + + org.apache.maven.plugins + maven-resources-plugin + 2.7 + + + org.apache.maven.plugins + maven-surefire-plugin + 2.18.1 + + + org.apache.maven.plugins maven-release-plugin - 2.4.2 org.apache.maven.plugins maven-compiler-plugin - 3.1 + false 1.6 1.6 + + org.apache.maven.plugins + maven-failsafe-plugin + + + + temp.directory + ${project.build.directory}/temp + + + + **/*IntegrationTest.java + + + + + + integration-test + verify + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + true + + + + **/checkstyle* + + + org.apache.maven.plugins maven-resources-plugin - 2.7 site-filtering-hack @@ -173,10 +295,6 @@ Copyright (c) 2012 - Jeremy Long 3.3 - org.apache.maven.doxia doxia-module-markdown 1.5 @@ -184,35 +302,6 @@ Copyright (c) 2012 - Jeremy Long true - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.7 - - - - - index - summary - mailing-list - issue-tracking - modules - project-team - scm - license - - - - - @@ -236,22 +325,39 @@ Copyright (c) 2012 - Jeremy Long - + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.7 + + + + + index + summary + mailing-list + issue-tracking + modules + project-team + scm + license + + + + + + junit @@ -259,5 +365,11 @@ Copyright (c) 2012 - Jeremy Long 4.12 test + + org.hamcrest + hamcrest-core + 1.3 + test +