This is an automated email from the ASF dual-hosted git repository. mattsicker pushed a commit to branch revert-1196-master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 6b83bc3faa0d43ae16385e502913da065d334c06 Author: Matt Sicker <[email protected]> AuthorDate: Tue Jan 10 12:03:48 2023 -0600 Revert "Apply spotless automatically" --- pom.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pom.xml b/pom.xml index 2b8cd3e4da..9510be00de 100644 --- a/pom.xml +++ b/pom.xml @@ -1655,19 +1655,6 @@ <goal>check</goal> </goals> </execution> - <execution> - <id>apply-spotless</id> - <goals> - <goal>apply</goal> - </goals> - <phase>process-sources</phase> - </execution><execution> - <id>apply-spotless-test</id> - <goals> - <goal>apply</goal> - </goals> - <phase>process-test-sources</phase> - </execution> </executions> </plugin> <plugin>
