Added pmd-python to default PMD distribution.
This commit is contained in:
@ -108,6 +108,11 @@
|
||||
<artifactId>pmd-plsql</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.pmd</groupId>
|
||||
<artifactId>pmd-python</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.pmd</groupId>
|
||||
<artifactId>pmd-ruby</artifactId>
|
||||
|
Reference in New Issue
Block a user