You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by mi...@apache.org on 2020/09/07 07:30:35 UTC

[httpcomponents-core] 08/08: Remove redundant plugin

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

michaelo pushed a commit to branch master-pom-cleanup
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git

commit ab9dbc5c66a99a2ef7a05801759be492c9fba57f
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Sep 7 09:20:14 2020 +0200

    Remove redundant plugin
---
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 444aef4..557bb91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,9 +132,6 @@
         </configuration>
       </plugin>
       <plugin>
-        <artifactId>maven-site-plugin</artifactId>
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <executions>