summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-10-16 13:31:15 +0300
committerGitHub <noreply@github.com>2017-10-16 13:31:15 +0300
commit727accead38ec3a292900054764af59ea89e0fda (patch)
treec3ea8fb335ec0e5b30c4f9068f17addd5dc54bdb /pom.xml
parentf42e0cc6f2c8623d3acb0033222cd6360e5f521a (diff)
downloadvaadin-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.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ef0436a02c..ed8d67f35d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>