We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84e935 commit 6eaf506Copy full SHA for 6eaf506
pom.xml
@@ -94,23 +94,6 @@
94
<target>1.8</target>
95
</configuration>
96
</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>
114
<plugin>
115
<artifactId>maven-assembly-plugin</artifactId>
116
<version>2.4</version>
0 commit comments