Skip to content

Instantly share code, notes, and snippets.

@rpau
Created April 3, 2018 19:37
Show Gist options
  • Select an option

  • Save rpau/032489c46cfce4af8bfa304d072bce25 to your computer and use it in GitHub Desktop.

Select an option

Save rpau/032489c46cfce4af8bfa304d072bce25 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.walkmod.maven.plugins</groupId>
<artifactId>walkmod-maven-plugin</artifactId>
<version>2.0.1</version>
<executions>
<execution>
<goals>
<goal>patch</goal>
</goals>
<configuration>
<chains>pmd</chains>
<properties>configurationFile=src/main/resources/ruleset.xml</properties>
</configuration>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment