This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/master by this push: new a073c748ad Remove redundant maven-failsafe-plugin configuration. a073c748ad is described below commit a073c748ad44fbcacc17a7345a810803c4bd414e Author: Volkan Yazıcı <vol...@yazi.ci> AuthorDate: Tue Jun 7 21:08:11 2022 +0200 Remove redundant maven-failsafe-plugin configuration. --- log4j-layout-template-json-test/pom.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/log4j-layout-template-json-test/pom.xml b/log4j-layout-template-json-test/pom.xml index ec6bf5f19d..241e6c5d99 100644 --- a/log4j-layout-template-json-test/pom.xml +++ b/log4j-layout-template-json-test/pom.xml @@ -258,23 +258,6 @@ </configuration> </plugin> - <!-- Disable ITs, which are Docker-dependent, by default. --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-failsafe-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>integration-test</goal> - <goal>verify</goal> - </goals> - </execution> - </executions> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - </plugins> </build>