From d9280d16af9c24701f84f7528f95f3a34f3f08d0 Mon Sep 17 00:00:00 2001 From: dion Date: Thu, 20 Nov 2003 15:35:16 +0000 Subject: [PATCH] Fix for Maven-1044. Allow multiple includes/excludes git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114384 13f79535-47bb-0310-9956-ffa450edef68 --- pmd/plugin.jelly | 6 +++--- pmd/xdocs/changes.xml | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pmd/plugin.jelly b/pmd/plugin.jelly index 055772f3..2da14f17 100644 --- a/pmd/plugin.jelly +++ b/pmd/plugin.jelly @@ -86,9 +86,9 @@ - - - + diff --git a/pmd/xdocs/changes.xml b/pmd/xdocs/changes.xml index 50a3d8b6..eeed206e 100644 --- a/pmd/xdocs/changes.xml +++ b/pmd/xdocs/changes.xml @@ -9,6 +9,9 @@ + + Allow multiple includes/excludes. + Apply MAVEN-1008. Allow for custom rulesets in the classpath.