Skip to content

Commit

Permalink
Merge 0d7814b into a4ff027
Browse files Browse the repository at this point in the history
  • Loading branch information
baratali committed Oct 17, 2014
2 parents a4ff027 + 0d7814b commit edaa4d3
Show file tree
Hide file tree
Showing 52 changed files with 1,473 additions and 243 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -499,6 +499,14 @@
</goals>
</execution>
</executions>
<configuration>
<configLocation>checkstyle_checks.xml</configLocation>
<suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
<suppressionsLocation>suppressions.xml</suppressionsLocation>
<headerLocation>java.header</headerLocation>
<propertyExpansion>checkstyle.importcontrol.file=import-control.xml</propertyExpansion>
<enableFilesSummary>false</enableFilesSummary>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit edaa4d3

Please sign in to comment.