Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
stefanbirkner/system-lambda#23: pass '--illegal-access=permit' for ru…
Browse files Browse the repository at this point in the history
…nning tests to allow the system-rules package to operate properly
  • Loading branch information
TheSnoozer committed Jun 8, 2021
1 parent 4a1ac8f commit 7a533e8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions maven/pom.xml
Expand Up @@ -191,6 +191,15 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<trimStackTrace>false</trimStackTrace>
<!-- Workaround for https://github.com/stefanbirkner/system-lambda/issues/23 -->
<argLine>--illegal-access=permit</argLine>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 7a533e8

Please sign in to comment.