diff options
author | Sebastien Coquelin <sebastien.coquelin@bell.ca> | 2017-05-23 16:53:02 -0400 |
---|---|---|
committer | Sebastien Coquelin <sebastien.coquelin@bell.ca> | 2017-05-23 16:53:02 -0400 |
commit | 4326d0b56d883ca4e88682ba35d3f00afda54876 (patch) | |
tree | 49db60e4f0e1bd43c9ad5686f64c65a9eaec6acd | |
parent | 51dcabd7a306aa7af1fc37a61ea92c8344bb09b6 (diff) |
Missing Sonar properties
Change-Id: I76df1e4fb8cb53e01b744d4e6ba95cf5bfb126d3
Signed-off-by: Sebastien Coquelin <sebastien.coquelin@bell.ca>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |