Skip to content

Commit

Permalink
Reorder pom.xml structure (#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik authored Apr 11, 2024
1 parent 019385d commit d1cd3d9
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.masterthought</groupId>
<artifactId>cucumber-reporting</artifactId>
<packaging>jar</packaging>
<version>5.8.1-SNAPSHOT</version>
<name>cucumber-reporting</name>
<url>https://github.com/damianszczepanik/cucumber-reporting</url>

<!-- 'oss-parent' should not be used, it was deprecated years ago -->
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>9</version>
<relativePath />
<relativePath/>
</parent>

<groupId>net.masterthought</groupId>
<artifactId>cucumber-reporting</artifactId>
<packaging>jar</packaging>
<version>5.8.1-SNAPSHOT</version>
<name>cucumber-reporting</name>
<url>https://github.com/damianszczepanik/cucumber-reporting</url>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down Expand Up @@ -123,10 +124,13 @@
<jdk>[17,)</jdk>
</activation>
<properties>
<!-- Allow JUnit to access the test classes
add argLine so target/jacoco.exec is generated properly -->
<argLine>
-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
</argLine>
</properties>
</profile>
Expand Down

0 comments on commit d1cd3d9

Please sign in to comment.