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 d256ba2 Uses proper plugin name d256ba2 is described below commit d256ba256b674a30178a131c271c9b1deae6bdd1 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Mon Oct 18 08:19:23 2021 +0200 Uses proper plugin name --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1d598cd..0408c65 100644 --- a/pom.xml +++ b/pom.xml @@ -617,12 +617,11 @@ limitations under the License. <pluginManagement> <plugins> <plugin> - <groupId>org.apache.maven.surefire</groupId> - <artifactId>surefire-junit4</artifactId> + <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>--add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED</argLine> <argLine>-Dillegal-access=permit</argLine> </configuration> </plugin>