You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2023/01/10 18:03:56 UTC

[logging-log4j2] 01/01: Revert "Apply spotless automatically"

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 <bo...@gmail.com>
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>