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:55 UTC

[logging-log4j2] branch revert-1196-master created (now 6b83bc3faa)

This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a change to branch revert-1196-master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


      at 6b83bc3faa Revert "Apply spotless automatically"

This branch includes the following new commits:

     new 6b83bc3faa Revert "Apply spotless automatically"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ma...@apache.org.
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>