summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorArtur <artur@vaadin.com>2017-01-03 10:25:14 +0200
committerHenri Sara <henri.sara@gmail.com>2017-01-03 10:25:14 +0200
commit3683769be152e4f03239011b85e81a9e37938241 (patch)
tree5f417c02fb664fc2da481fdf3351cfccde2281c5 /pom.xml
parentcce70a449c1d41d76c54a987fe80e20b700bea9b (diff)
downloadvaadin-framework-3683769be152e4f03239011b85e81a9e37938241.tar.gz
vaadin-framework-3683769be152e4f03239011b85e81a9e37938241.zip
Make it easy to run Sonar on the project (#8118)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7d14fc9c75..9a52e31c3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,12 @@
<jetty.version>9.3.7.v20160115</jetty.version>
<phantomjs.version>2.1.1</phantomjs.version>
+
+ <!-- Sonar properties -->
+ <sonar.java.source>8</sonar.java.source>
+ <sonar.analysis.mode>preview</sonar.analysis.mode>
+ <sonar.issuesReport.console.enable>true</sonar.issuesReport.console.enable>
+ <sonar.issuesReport.html.enable>true</sonar.issuesReport.html.enable>
</properties>
<!-- TODO: remove this after maven plugin has been released -->