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

[logging-log4j-tools] 02/02: Remove redundant `maven-deploy-plugin` config

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-log4j-tools.git

commit 952c9ddd66b273b5a3f38ab43be554cae54dde8c
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Tue Jan 3 22:34:22 2023 +0100

    Remove redundant `maven-deploy-plugin` config
---
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index aa03d56..19819dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,14 +175,6 @@
             </executions>
           </plugin>
 
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-deploy-plugin</artifactId>
-            <configuration>
-              <skip>false</skip>
-            </configuration>
-          </plugin>
-
         </plugins>
       </build>
     </profile>