This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch mvn-site-simplified in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit e8064c8df66bcfc0235e005b623198343e1b90d8 Author: Volkan Yazıcı <[email protected]> AuthorDate: Thu Nov 24 08:50:18 2022 +0100 LOG4J2-3628 Remove redundant maven-failsafe-plugin executions. --- log4j-internal-util/pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/log4j-internal-util/pom.xml b/log4j-internal-util/pom.xml index 3d89f4476b..9fa5a1b1e3 100644 --- a/log4j-internal-util/pom.xml +++ b/log4j-internal-util/pom.xml @@ -44,14 +44,6 @@ <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>
