Fix artifact name for pmd-build-tools-plugin

Fixes #363
This commit is contained in:
Andreas Dangel
2017-04-24 20:15:40 +02:00
parent b53566c0dc
commit 379f8bc5ec
8 changed files with 8 additions and 8 deletions

View File

@ -91,7 +91,7 @@
<plugin>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-build</artifactId>
<artifactId>pmd-build-tools-plugin</artifactId>
</plugin>
</plugins>
</build>