Use relative paths in IT test config
[honeycomb.git] / infra / it / it-test / pom.xml
index 422127f..f82e312 100644 (file)
@@ -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>