Skip to content

Commit

Permalink
Add JVM config for test runs
Browse files Browse the repository at this point in the history
- Open package access for integration tests
- Add note about same content in jvm.config
  • Loading branch information
mosabua committed Sep 6, 2023
1 parent 8e8b1c3 commit d31bf70
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gateway-ha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,14 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- necessary for integration tests, also see /.mvn/jvm.config -->
<argLine>--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.javalite</groupId>
<artifactId>db-migrator-maven-plugin</artifactId>
Expand Down

0 comments on commit d31bf70

Please sign in to comment.