Added pmd-matlab to default PMD distribution.

This commit is contained in:
Jan van Nunen
2015-01-13 14:07:43 +01:00
parent 16fabee7c3
commit 23f03a78a9

View File

@ -98,6 +98,11 @@
<artifactId>pmd-jsp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-matlab</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-php</artifactId>