summaryrefslogtreecommitdiffstats
path: root/infra/minimal-distribution-test/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-10-02 09:18:47 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-10-02 12:14:33 +0200
commitd6e777eb0aa8a23d29c014533c472bae82b6d912 (patch)
treebcf7d109e8a48b6cc3d534ebbb3d21ba9f0be8e5 /infra/minimal-distribution-test/pom.xml
parentc242de2e9d47102f99b754afc8cdff7a2a517843 (diff)
Use relative paths in IT test configstable/1707
Change-Id: Ic19175c90fbd91ba81aaa812f735c03eb9c9a836 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/minimal-distribution-test/pom.xml')
-rw-r--r--infra/minimal-distribution-test/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/minimal-distribution-test/pom.xml b/infra/minimal-distribution-test/pom.xml
index 0ff8ac139..450a126e5 100644
--- a/infra/minimal-distribution-test/pom.xml
+++ b/infra/minimal-distribution-test/pom.xml
@@ -104,7 +104,7 @@
<artifactId>jacoco-maven-plugin</artifactId>
<configuration>
<!-- Include module's tests in IT coverage report -->
- <destFile>${sonar.jacoco.itReportPath}</destFile>
+ <destFile>../../common/honeycomb-parent/target/jacoco-it.exec</destFile>
</configuration>
</plugin>
</plugins>