Remove remaining references to pmd-build-tools-plugin

This commit is contained in:
Andreas Dangel
2017-08-15 11:25:38 +02:00
parent 819da2c3b4
commit f29dcd549f
8 changed files with 176 additions and 213 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>pmd-apex</artifactId>
<name>PMD Apex</name>
@ -33,11 +34,6 @@
</configuration>
</plugin>
<plugin>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-build-tools-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
@ -49,8 +45,10 @@
<target>
<echo>PMD specific tasks: cleaning generated markdown</echo>
<delete quiet="true">
<fileset dir="${basedir}/src/site/markdown/rules/" includes="**/*.md" />
<fileset dir="${basedir}/src/site/markdown/" includes="mergedruleset.xml" />
<fileset dir="${basedir}/src/site/markdown/rules/"
includes="**/*.md" />
<fileset dir="${basedir}/src/site/markdown/"
includes="mergedruleset.xml" />
<fileset dir="${basedir}/src/site/" includes="site.xml" />
</delete>
</target>

View File

@ -108,11 +108,6 @@
<suppressionsLocation>pmd-java-checkstyle-suppressions.xml</suppressionsLocation>
</configuration>
</plugin>
<plugin>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-build-tools-plugin</artifactId>
</plugin>
</plugins>
</build>
<dependencies>

View File

@ -88,11 +88,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-build-tools-plugin</artifactId>
</plugin>
</plugins>
</build>
<dependencies>

View File

@ -89,11 +89,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-build-tools-plugin</artifactId>
</plugin>
</plugins>
</build>
<dependencies>

View File

@ -97,11 +97,6 @@
<suppressionsLocation>pmd-plsql-checkstyle-suppressions.xml</suppressionsLocation>
</configuration>
</plugin>
<plugin>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-build-tools-plugin</artifactId>
</plugin>
</plugins>
</build>
<dependencies>

View File

@ -89,11 +89,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-build-tools-plugin</artifactId>
</plugin>
</plugins>
</build>
<dependencies>

View File

@ -97,11 +97,6 @@
<suppressionsLocation>pmd-vm-checkstyle-suppressions.xml</suppressionsLocation>
</configuration>
</plugin>
<plugin>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-build-tools-plugin</artifactId>
</plugin>
</plugins>
</build>
<dependencies>

View File

@ -32,11 +32,6 @@
</configuration>
</plugin>
<plugin>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-build-tools-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>