Pickup maven-pmd-plugin dependency in parent POM
This commit is contained in:
parent
8b3ea51081
commit
3d5f711d33
12
pom.xml
12
pom.xml
|
@ -204,18 +204,6 @@
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-pmd-plugin</artifactId>
|
<artifactId>maven-pmd-plugin</artifactId>
|
||||||
<version>${commons.pmd.version}</version>
|
<version>${commons.pmd.version}</version>
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>net.sourceforge.pmd</groupId>
|
|
||||||
<artifactId>pmd-core</artifactId>
|
|
||||||
<version>${commons.pmd-impl.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>net.sourceforge.pmd</groupId>
|
|
||||||
<artifactId>pmd-java</artifactId>
|
|
||||||
<version>${commons.pmd-impl.version}</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<targetJdk>${maven.compiler.target}</targetJdk>
|
<targetJdk>${maven.compiler.target}</targetJdk>
|
||||||
<skipEmptyReport>false</skipEmptyReport>
|
<skipEmptyReport>false</skipEmptyReport>
|
||||||
|
|
Loading…
Reference in New Issue