summaryrefslogtreecommitdiffstats
path: root/infra/it/it-test
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 09:20:00 +0200
commit81fb040a378b27fa131feac4860b41b216f5308c (patch)
tree6e474f905ecf374db4fc955fca513de893effc75 /infra/it/it-test
parent404120d28cdb94866a66bb085752c3076c1fcd76 (diff)
Use relative paths in IT test config
Change-Id: Ic19175c90fbd91ba81aaa812f735c03eb9c9a836 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/it/it-test')
-rw-r--r--infra/it/it-test/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/it/it-test/pom.xml b/infra/it/it-test/pom.xml
index 422127f08..f82e31260 100644
--- a/infra/it/it-test/pom.xml
+++ b/infra/it/it-test/pom.xml
@@ -78,7 +78,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>
e>1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100