This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-ognl.git
The following commit(s) were added to refs/heads/master by this push: new 7b37e3d Uses single line arg 7b37e3d is described below commit 7b37e3d73c9ae8235d7970bd50667268806130a9 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Mon Oct 18 08:21:23 2021 +0200 Uses single line arg --- pom.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0408c65..52723e6 100644 --- a/pom.xml +++ b/pom.xml @@ -620,9 +620,11 @@ limitations under the License. <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <argLine>--illegal-access=permit</argLine> - <argLine>--add-opens java.base/java.lang=ALL-UNNAMED</argLine> - <argLine>-Dillegal-access=permit</argLine> + <argLine> + --illegal-access=permit + --add-opens java.base/java.lang=ALL-UNNAMED + -Dillegal-access=permit + </argLine> </configuration> </plugin> </plugins>