From 0bd979b2cd5945d26a3dac887b98d6586596035c Mon Sep 17 00:00:00 2001 From: Damian Szczepanik Date: Thu, 11 Apr 2024 22:41:49 +0200 Subject: [PATCH] Reorder pom.xml structure --- pom.xml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 3f5b50e48..722a7feae 100644 --- a/pom.xml +++ b/pom.xml @@ -1,20 +1,21 @@ 4.0.0 - net.masterthought - cucumber-reporting - jar - 5.8.1-SNAPSHOT - cucumber-reporting - https://github.com/damianszczepanik/cucumber-reporting org.sonatype.oss oss-parent 9 - + + net.masterthought + cucumber-reporting + jar + 5.8.1-SNAPSHOT + cucumber-reporting + https://github.com/damianszczepanik/cucumber-reporting + 11 11 @@ -123,10 +124,13 @@ [17,) + -javaagent:${settings.localRepository}/net/bytebuddy/byte-buddy-agent/${byte-buddy.version}/byte-buddy-agent-${byte-buddy.version}.jar - --add-opens java.base/java.io=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens - java.base/java.util=ALL-UNNAMED + --add-opens java.base/java.io=ALL-UNNAMED + --add-opens java.base/java.lang=ALL-UNNAMED + --add-opens java.base/java.util=ALL-UNNAMED