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 /pom.xml | |
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 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 --> |