Updated pom.xml with maven-pmd-plugin

Added dependency "maven-pmd-plugin" to the pom file.
This commit is contained in:
Amarnath Chandana 2016-11-22 12:06:54 +05:30 committed by GitHub
parent d6b5456f98
commit e8f7187e4b

View File

@ -38,5 +38,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.7</version>
<type>maven-plugin</type>
</dependency>
</dependencies>
</project>
</project>