diff --git a/pom.xml b/pom.xml index 8f7ed66c14b040769fb29aad4cc81e1283e9c780..77ebdd321749fa15487d2650e447ba9a3cc20f9a 100644 --- a/pom.xml +++ b/pom.xml @@ -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>