From e9888d47d78398f77a945f2d9e8f397828aed095 Mon Sep 17 00:00:00 2001 From: Xavier Le Vourch Date: Sat, 13 Jun 2009 19:20:17 +0000 Subject: [PATCH] issue with maven site plugin fixed, use explicit version for all maven plugins git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6958 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/pom.xml | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/pmd/pom.xml b/pmd/pom.xml index d7acfc425d..31b476e28f 100644 --- a/pmd/pom.xml +++ b/pmd/pom.xml @@ -358,6 +358,7 @@ com.atlassian.maven.plugins maven-clover2-plugin + 2.5.1 1.5 tools/config/clover2.license @@ -372,6 +373,15 @@ + + org.apache.maven.plugins + maven-site-plugin + 2.0 + + ${basedir}/xdocs + + + @@ -431,11 +441,13 @@ org.apache.maven.plugins maven-jxr-plugin + 2.1 org.apache.maven.plugins maven-javadoc-plugin + 2.5 @@ -449,14 +461,6 @@ - - org.apache.maven.plugins - maven-site-plugin - - ${basedir}/xdocs - - -