diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-10-16 13:31:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-16 13:31:15 +0300 |
commit | 727accead38ec3a292900054764af59ea89e0fda (patch) | |
tree | c3ea8fb335ec0e5b30c4f9068f17addd5dc54bdb /pom.xml | |
parent | f42e0cc6f2c8623d3acb0033222cd6360e5f521a (diff) | |
download | vaadin-framework-727accead38ec3a292900054764af59ea89e0fda.tar.gz vaadin-framework-727accead38ec3a292900054764af59ea89e0fda.zip |
Fix IDE usage of Elemental in vaadin-shared (#10178)
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> |