Skip to content

Commit 6eaf506

Browse files
committed
Remove walkmod plugin
1 parent e84e935 commit 6eaf506

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -94,23 +94,6 @@
9494
<target>1.8</target>
9595
</configuration>
9696
</plugin>
97-
<plugin>
98-
<groupId>org.walkmod.maven.plugins</groupId>
99-
<artifactId>walkmod-maven-plugin</artifactId>
100-
<version>1.0.3</version>
101-
<executions>
102-
<execution>
103-
<phase>generate-sources</phase>
104-
<goals>
105-
<goal>apply</goal>
106-
</goals>
107-
<configuration>
108-
<chains>pmd</chains>
109-
<properties>configurationFile=rulesets/java/basic.xml</properties>
110-
</configuration>
111-
</execution>
112-
</executions>
113-
</plugin>
11497
<plugin>
11598
<artifactId>maven-assembly-plugin</artifactId>
11699
<version>2.4</version>

0 commit comments

Comments
 (0)