Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2014-09-06 14:08:47 +0000
committerMarc-Andre Laperle2014-09-06 14:57:21 +0000
commit749b1d594dfee1306b46b006b7d1393d2b10b01a (patch)
tree2c1efda2c4d5c6e332e20a705d7f097397312417 /pom.xml
parent1bce056858b248fb041072735f7bf5ccb297a79e (diff)
downloadorg.eclipse.linuxtools-749b1d594dfee1306b46b006b7d1393d2b10b01a.tar.gz
org.eclipse.linuxtools-749b1d594dfee1306b46b006b7d1393d2b10b01a.tar.xz
org.eclipse.linuxtools-749b1d594dfee1306b46b006b7d1393d2b10b01a.zip
Re-enable sonar report but in post-integration-test
Change-Id: Icb3ba995b3a0b996a393e3fe3f7146e543dbfd7a Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32977 Tested-by: Hudson CI
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 04ebe4106c..c54e812314 100644
--- a/pom.xml
+++ b/pom.xml
@@ -273,6 +273,16 @@
<append>true</append>
</configuration>
</execution>
+ <execution>
+ <id>post-test</id>
+ <phase>post-integration-test</phase>
+ <goals>
+ <goal>report</goal>
+ </goals>
+ <configuration>
+ <dataFile>${sonar.jacoco.reportPath}</dataFile>
+ </configuration>
+ </execution>
</executions>
</plugin>
</plugins>

Back to the top