diff options
author | Artur <artur@vaadin.com> | 2017-01-03 10:25:14 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-01-03 10:25:14 +0200 |
commit | 3683769be152e4f03239011b85e81a9e37938241 (patch) | |
tree | 5f417c02fb664fc2da481fdf3351cfccde2281c5 /test | |
parent | cce70a449c1d41d76c54a987fe80e20b700bea9b (diff) | |
download | vaadin-framework-3683769be152e4f03239011b85e81a9e37938241.tar.gz vaadin-framework-3683769be152e4f03239011b85e81a9e37938241.zip |
Make it easy to run Sonar on the project (#8118)
Diffstat (limited to 'test')
-rw-r--r-- | test/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/pom.xml b/test/pom.xml index d5502dc6e9..e13f51b497 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -15,6 +15,9 @@ <phantomjs.version>2.1.1</phantomjs.version> <vaadin.version>8.0-SNAPSHOT</vaadin.version> <failOnMissingWebXml>false</failOnMissingWebXml> + <!-- Don't care about coding style for tests --> + <sonar.skip>true</sonar.skip> + </properties> </properties> <repositories> |