From 02b5b714873d80fac0a4dd2e8f5b96a585e969a0 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Wed, 4 Feb 2015 19:56:25 -0500 Subject: [PATCH] jxr was moved before tag plugin to avoid error in log, version was added to skip WARN in logs, linkcheck was put at the end to verify links after all is done --- pom.xml | 129 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 71 insertions(+), 58 deletions(-) diff --git a/pom.xml b/pom.xml index 829876e96..adb3c8ebf 100755 --- a/pom.xml +++ b/pom.xml @@ -566,6 +566,77 @@ + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.18.1 + + + + org.codehaus.mojo + cobertura-maven-plugin + + + xml + html + + + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.4 + + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + + + + Todo Work + + + todo + ignoreCase + + + FIXME + exact + + + + + + + + + + org.apache.maven.plugins + maven-pmd-plugin + 3.4 + + 1.7 + 20 + + + + + pmd + + + + + + + org.codehaus.mojo + findbugs-maven-plugin + 3.0.0 + + org.apache.maven.plugins maven-linkcheck-plugin @@ -596,64 +667,6 @@ - - org.apache.maven.plugins - maven-surefire-report-plugin - - - - org.codehaus.mojo - cobertura-maven-plugin - - - xml - html - - - - - - org.codehaus.mojo - taglist-maven-plugin - 2.4 - - - TODO - @todo - FIXME - - - - - - org.apache.maven.plugins - maven-pmd-plugin - 3.4 - - 1.7 - 20 - - - - - pmd - - - - - - - org.codehaus.mojo - findbugs-maven-plugin - 3.0.0 - - - - org.apache.maven.plugins - maven-jxr-plugin - 2.4 - -