Skip to content
Snippets Groups Projects
Commit 8c2db4d6 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

configure checkstyle so mvn checkstyle:checkstyle uses the proper rules.

parent 76754e0a
No related branches found
No related tags found
No related merge requests found
......@@ -333,6 +333,16 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>${rugged.maven-checkstyle-plugin.version}</version>
<configuration>
<configLocation>${basedir}/checkstyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary>
<headerLocation>${basedir}/license-header.txt</headerLocation>
</configuration>
</plugin>
</plugins>
</build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment