diff options
Diffstat (limited to 'tests/pom.xml')
-rw-r--r-- | tests/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/pom.xml b/tests/pom.xml index 3abcdde51..01a890f36 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -131,20 +131,19 @@ <build> - <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration combine.self="override"> <testFailureIgnore>false</testFailureIgnore> + <argLine>${jvm.arg.addOpens}</argLine> <includes> <include>**/TestsModuleTests*</include> </includes> </configuration> </plugin> </plugins> - </pluginManagement> </build> </project> |