summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Coquelin <sebastien.coquelin@bell.ca>2017-05-23 16:53:02 -0400
committerSebastien Coquelin <sebastien.coquelin@bell.ca>2017-05-23 16:53:02 -0400
commit4326d0b56d883ca4e88682ba35d3f00afda54876 (patch)
tree49db60e4f0e1bd43c9ad5686f64c65a9eaec6acd
parent51dcabd7a306aa7af1fc37a61ea92c8344bb09b6 (diff)
Missing Sonar properties
Change-Id: I76df1e4fb8cb53e01b744d4e6ba95cf5bfb126d3 Signed-off-by: Sebastien Coquelin <sebastien.coquelin@bell.ca>
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6919f8c..a4f82be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,6 +15,10 @@
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
<stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
+ <sonar.language>java</sonar.language>
+ <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
+ <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
+ <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
</properties>
<repositories>
<repository>