From aaef5c4f0d3da52447daf10e11fef2586309668c Mon Sep 17 00:00:00 2001 From: Romain Pelisse Date: Fri, 18 Apr 2008 15:20:29 +0000 Subject: [PATCH] Enabling javadoc in mvn site. I removed the test code that was failing (IMO javadocs for test code is prettry much useless). Note: pmd-plugin fails on my laptop, so i commented it out for me. I'm the only ? Does anyone has issue with this plugin ? git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6043 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/pom.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/pmd/pom.xml b/pmd/pom.xml index a5ea17635a..c9ef9970dc 100644 --- a/pmd/pom.xml +++ b/pmd/pom.xml @@ -360,12 +360,16 @@ org.apache.maven.plugins maven-jxr-plugin - + + org.apache.maven.plugins + maven-javadoc-plugin + + + test.* + + + org.apache.maven.plugins maven-pmd-plugin