dsm-maven-plugin has been added to pom.xml
This commit is contained in:
parent
77a5877a2f
commit
6a4cb5b18b
9
pom.xml
9
pom.xml
|
|
@ -459,6 +459,15 @@
|
|||
</reportSet>
|
||||
</reportSets>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>com.github.sevntu-checkstyle</groupId>
|
||||
<artifactId>dsm-maven-plugin</artifactId>
|
||||
<version>2.1</version>
|
||||
<configuration>
|
||||
<obfuscatePackageNames>false</obfuscatePackageNames>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!--
|
||||
THE FOLLOWING DOES NOT WORK!
|
||||
<plugin>
|
||||
|
|
|
|||
Loading…
Reference in New Issue