mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
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>
This commit is contained in:
parent
539660d4f7
commit
26a0202bb2
1 changed files with 1 additions and 0 deletions
1
pom.xml
1
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>
|
||||
|
|
Loading…
Add table
Reference in a new issue