Blob Blame History Raw
From 77de1649a07e5c7c117039586b53da748907fac6 Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Date: Tue, 24 Jan 2012 11:15:56 +0100
Subject: [PATCH 5/6] Remove pmd plugin

- prevents problem with "Reporting mojo's can only be called from
  ReportDocumentRender". Investigate proper fix some other time?
---
 pom.xml |   29 -----------------------------
 1 files changed, 0 insertions(+), 29 deletions(-)

diff --git a/pom.xml b/pom.xml
index 564de42..65cf13a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,35 +170,6 @@
            </dependency>
         </dependencies>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-pmd-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>named-logging-enforcement</id>
-            <phase>compile</phase>
-            <goals>
-              <goal>check</goal>
-            </goals>
-            <configuration>
-              <verbose>true</verbose>
-            </configuration>
-          </execution>
-        </executions>
-        <configuration>
-          <targetJdk>1.6</targetJdk>
-          <rulesets>
-            <ruleset>jetty/pmd_logging_ruleset.xml</ruleset>
-          </rulesets>
-        </configuration>
-        <dependencies>
-          <dependency>
-            <groupId>org.eclipse.jetty.toolchain</groupId>
-            <artifactId>jetty-build-support</artifactId>
-            <version>${build-support-version}</version>
-          </dependency>
-        </dependencies>
-      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>
-- 
1.7.9