diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -459,9 +459,10 @@ </dependency> </dependencies> <configuration> + <propertyExpansion>config_loc=${basedir}/../checkstyle</propertyExpansion> <configLocation>../checkstyle/vaadin-checkstyle.xml</configLocation> <headerLocation>../checkstyle/header</headerLocation> - <suppressionsLocation>../checkstyle/suppressions.xml</suppressionsLocation> +<!-- <suppressionsLocation>../checkstyle/suppressions.xml</suppressionsLocation> --> <encoding>UTF-8</encoding> <consoleOutput>false</consoleOutput> <failsOnError>false</failsOnError> |