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 /compatibility-shared | |
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 'compatibility-shared')
-rw-r--r-- | compatibility-shared/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compatibility-shared/pom.xml b/compatibility-shared/pom.xml index 30886a1ac1..d702702748 100644 --- a/compatibility-shared/pom.xml +++ b/compatibility-shared/pom.xml @@ -14,6 +14,11 @@ <url>https://vaadin.com/</url> <description>Vaadin 7 compatibility package for Vaadin 8</description> + <properties> + <!-- These files are directly from Vaadin 7 --> + <sonar.skip>true</sonar.skip> + </properties> + <dependencies> <!-- Project modules --> <dependency> |