Skip to content

Commit

Permalink
Don't overwrite argLine var (https://stackoverflow.com/a/23605812)
Browse files Browse the repository at this point in the history
  • Loading branch information
GunalKupta committed Dec 24, 2024
1 parent 749e1c9 commit 13d494b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>
--add-opens java.base/java.lang=ALL-UNNAMED
@{argLine} --add-opens java.base/java.lang=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
Expand All @@ -607,7 +607,7 @@
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<argLine>
--add-opens java.security.jgss/sun.security.krb5=ALL-UNNAMED
@{argLine} --add-opens java.security.jgss/sun.security.krb5=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
Expand Down

0 comments on commit 13d494b

Please sign in to comment.