From 11b1cdeda40495dfa54b713335c2bbc7db75bfdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Bilgin?= <32438592+omerbilgin@users.noreply.github.com> Date: Thu, 18 Jan 2024 14:39:51 +0100 Subject: [PATCH] fix maven plugin configs --- pom.xml | 43 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 35 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index e4850cb..33d0c68 100644 --- a/pom.xml +++ b/pom.xml @@ -137,7 +137,6 @@ - @@ -146,31 +145,59 @@ org.apache.maven.plugins maven-surefire-plugin ${surefire.plugin.version} - + + false + + -Dfile.encoding=UTF-8 + -javaagent:"${settings.localRepository}/org/aspectj/aspectjweaver/${aspectj.version}/aspectjweaver-${aspectj.version}.jar" + + + ${project.build.directory}/allure-results + + true + true + dynamic + + + + + org.aspectj + aspectjweaver + ${aspectj.version} + + - io.qameta.allure allure-maven ${allure.maven.version} - + + 2.4.1 + - com.spotify.fmt fmt-maven-plugin ${fmt.maven.plugin.version} - + + + + format + + + - org.apache.maven.plugins maven-compiler-plugin ${compiler.plugin.version} - + + 10 + 10 +