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 /uitest-common | |
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 'uitest-common')
-rw-r--r-- | uitest-common/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uitest-common/pom.xml b/uitest-common/pom.xml index 28ae930e24..f87ece9f3a 100644 --- a/uitest-common/pom.xml +++ b/uitest-common/pom.xml @@ -12,6 +12,8 @@ <packaging>jar</packaging> <properties> <skip.uitest.deployment>true</skip.uitest.deployment> + <!-- Don't care about coding style for tests --> + <sonar.skip>true</sonar.skip> </properties> <url>https://vaadin.com/</url> |