Skip to content

Commit

Permalink
Factorize surefire argLine
Browse files Browse the repository at this point in the history
  • Loading branch information
rdenarie committed May 22, 2024
1 parent 6106536 commit ab1ff6a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions agenda-connectors-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,5 @@
</dependencies>
<build>
<finalName>agenda-connectors-services</finalName>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>@{argLine} ${env.MAVEN_OPTS} --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.time=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens java.xml/jdk.xml.internal=ALL-UNNAMED </argLine>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit ab1ff6a

Please sign in to comment.