Skip to content

Commit 3b96fa4

Browse files
Update pom.xml
1 parent cbf98d0 commit 3b96fa4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,13 @@
108108
<source>1.7</source>
109109
<target>1.7</target>
110110
</configuration>
111-
</plugin>
111+
</plugin>
112+
113+
<plugin>
114+
<groupId>org.apache.maven.plugins</groupId>
115+
<artifactId>maven-pmd-plugin</artifactId>
116+
<version>3.8</version>
117+
</plugin>
112118
</plugins>
113119
</build>
114120

0 commit comments

Comments
 (0)