Skip to content

Commit

Permalink
Merge f789408 into 8c1b623
Browse files Browse the repository at this point in the history
  • Loading branch information
baratali committed Jul 14, 2014
2 parents 8c1b623 + f789408 commit e1919cf
Show file tree
Hide file tree
Showing 52 changed files with 1,477 additions and 247 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -502,6 +502,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 e1919cf

Please sign in to comment.