Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2015-02-26 22:01:04 +0000
committerGerrit Code Review @ Eclipse.org2015-02-27 05:17:50 +0000
commit26a0202bb284b3a2a01a7b9097fbe9f3877ff801 (patch)
treeb6f02da3e6b30da9ce892c2fb60980e2db0506eb /pom.xml
parent539660d4f763f05707b5602fa6f8b5d32e530f61 (diff)
downloadorg.eclipse.cdt-26a0202bb284b3a2a01a7b9097fbe9f3877ff801.tar.gz
org.eclipse.cdt-26a0202bb284b3a2a01a7b9097fbe9f3877ff801.tar.xz
org.eclipse.cdt-26a0202bb284b3a2a01a7b9097fbe9f3877ff801.zip
Set sonar.java.source in pom
That way we don't have to remember to set it in the Hudson job or manual maven builds. Change-Id: I7208ddaa15d8309b78be5991e64e0e88228d2a7d Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 26c9a5ddf71..30e4e91198a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +22,7 @@
<repo-path>tools/cdt/builds/master/nightly</repo-path>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>
+ <sonar.java.source>1.7</sonar.java.source>
<target-platform>cdt-e4.5</target-platform>
<help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.4</help-docs-eclipserun-repo>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git</tycho.scmUrl>

Back to the top