This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 2.13.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit f82c2cd2bb8bfa7f43491e205e8ee779def05c77 Author: Zineb Bendhiba <[email protected]> AuthorDate: Tue Oct 25 14:45:23 2022 +0200 Remove unecessary basedir in Kafka Oauth tests --- integration-tests/kafka-oauth/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/kafka-oauth/pom.xml b/integration-tests/kafka-oauth/pom.xml index 66a6dd9315..d0f7ad8314 100644 --- a/integration-tests/kafka-oauth/pom.xml +++ b/integration-tests/kafka-oauth/pom.xml @@ -142,7 +142,7 @@ <configuration> <rerunFailingTestsCount>${rerun.failing.test.count}</rerunFailingTestsCount> <systemPropertyVariables> - <quarkus.test.arg-line>-Djdk.net.hosts.file=${basedir}/target/hosts</quarkus.test.arg-line> + <quarkus.test.arg-line>-Djdk.net.hosts.file=target/hosts</quarkus.test.arg-line> </systemPropertyVariables> </configuration> </execution>
