From 059c13e2f39f3881e6dbe7378319927863257879 Mon Sep 17 00:00:00 2001
From: Joze RIHTARSIC <joze.RIHTARSIC@ext.ec.europa.eu>
Date: Fri, 24 Jun 2022 05:49:55 +0200
Subject: [PATCH] fix soapui output log folder

---
 smp-soapui-tests/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/smp-soapui-tests/pom.xml b/smp-soapui-tests/pom.xml
index 34f6f16db..dbe99490d 100644
--- a/smp-soapui-tests/pom.xml
+++ b/smp-soapui-tests/pom.xml
@@ -43,7 +43,7 @@
                                 </property>
                                 <property>
                                     <name>soapui.logroot</name>
-                                    <value>${sonar.jacoco.codeCoveragePath}/soapui/logs/</value>
+                                    <value>${project.build.directory}/soapui/logs/</value>
                                 </property>
                                 <property>
                                     <name>http.nonProxyHosts</name>
@@ -128,7 +128,7 @@
                         <version>${jacoco.maven.plugin.version}</version>
 
                         <configuration>
-                            <classDumpDir>${project.build.outputDirectory}../target/</classDumpDir>
+                            <classDumpDir>${project.build.outputDirectory}</classDumpDir>
                         </configuration>
                         <executions>
                             <execution>
-- 
GitLab