From 810ee9c6473a26c7d2d5ebf4d48a84550239dfcf Mon Sep 17 00:00:00 2001 From: Stephen Vinoski Date: Thu, 7 Dec 2006 21:23:09 +0000 Subject: changes for Eclipse support removed all the checkstyle and pmd dependencies and configuration, as we don't use any of that stuff. we can always add it back later if we decide that code style rules should be checked. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@483671 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/pom.xml | 154 ------------------------------------------------------ 1 file changed, 154 deletions(-) (limited to 'qpid/java/pom.xml') diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml index 2e88908952..dd5280cfde 100644 --- a/qpid/java/pom.xml +++ b/qpid/java/pom.xml @@ -227,13 +227,9 @@ org.eclipse.jdt.core.javabuilder - com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder - net.sourceforge.pmd.runtime.pmdBuilder org.eclipse.jdt.core.javanature - com.atlassw.tools.eclipse.checkstyle.CheckstyleNature - net.sourceforge.pmd.runtime.pmdNature @@ -403,23 +399,6 @@ maven-javadoc-plugin ${javadoc.version} - - org.apache.maven.plugins - maven-checkstyle-plugin - - ${basedir}/${topDirectoryLocation}/checkstyle.xml - - - - org.apache.maven.plugins - maven-pmd-plugin - - ${java.source.version} - - ${basedir}/.ruleset - - - @@ -458,36 +437,6 @@ nochecks - - - sourcecheck - - true - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - false - ${compile.flags} - - - - org.apache.maven.plugins - maven-pmd-plugin - - - - - setup.eclipse @@ -516,109 +465,6 @@ - - org.apache.maven.plugins - maven-antrun-plugin - ${antrun.version} - - - ant - ant-nodeps - 1.6.5 - - - ant - ant-trax - 1.6.5 - - - - - setup.workspace - validate - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - -- cgit v1.2.1