Skip to content

Commit 4fa926d

Browse files
authored
add pmd
1 parent 6e382f4 commit 4fa926d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,11 @@
165165
</execution>
166166
</executions>
167167
</plugin>
168+
<plugin>
169+
<groupId>org.apache.maven.plugins</groupId>
170+
<artifactId>maven-pmd-plugin</artifactId>
171+
<version>3.11.0</version>
172+
</plugin>
168173
</plugins>
169174
</build>
170175
</profile>

0 commit comments

Comments
 (0)