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/21 09:46:42 UTC

[httpcomponents-client] 07/09: Unify JXR and Surefire report config

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

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

commit 3032f1a9b83eaaf9d5cef62ee10a8a6e87d58793
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Sep 21 11:22:24 2020 +0200

    Unify JXR and Surefire report config
---
 httpclient5-cache/pom.xml   |  9 ---------
 httpclient5-fluent/pom.xml  |  9 ---------
 httpclient5-testing/pom.xml |  1 -
 httpclient5-win/pom.xml     |  9 ---------
 httpclient5/pom.xml         |  9 ---------
 pom.xml                     | 10 ++++++++--
 6 files changed, 8 insertions(+), 39 deletions(-)

diff --git a/httpclient5-cache/pom.xml b/httpclient5-cache/pom.xml
index cb44c42..e3b3450 100644
--- a/httpclient5-cache/pom.xml
+++ b/httpclient5-cache/pom.xml
@@ -135,15 +135,6 @@
           </reportSet>
         </reportSets>
       </plugin>
-
-      <plugin>
-        <artifactId>maven-jxr-plugin</artifactId>
-      </plugin>
-
-      <plugin>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-      </plugin>
-
     </plugins>
   </reporting>
 
diff --git a/httpclient5-fluent/pom.xml b/httpclient5-fluent/pom.xml
index dd74faf..9ba56bd 100644
--- a/httpclient5-fluent/pom.xml
+++ b/httpclient5-fluent/pom.xml
@@ -129,15 +129,6 @@
           </reportSet>
         </reportSets>
       </plugin>
-
-      <plugin>
-        <artifactId>maven-jxr-plugin</artifactId>
-      </plugin>
-
-      <plugin>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-      </plugin>
-
     </plugins>
   </reporting>
 
diff --git a/httpclient5-testing/pom.xml b/httpclient5-testing/pom.xml
index 1824a74..93fdb95 100644
--- a/httpclient5-testing/pom.xml
+++ b/httpclient5-testing/pom.xml
@@ -119,7 +119,6 @@
           </reportSet>
         </reportSets>
       </plugin>
-
     </plugins>
   </reporting>
 
diff --git a/httpclient5-win/pom.xml b/httpclient5-win/pom.xml
index 282fcfe..b32c94a 100644
--- a/httpclient5-win/pom.xml
+++ b/httpclient5-win/pom.xml
@@ -98,15 +98,6 @@
           </reportSet>
         </reportSets>
       </plugin>
-
-      <plugin>
-        <artifactId>maven-jxr-plugin</artifactId>
-      </plugin>
-
-      <plugin>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-      </plugin>
-
     </plugins>
   </reporting>
 
diff --git a/httpclient5/pom.xml b/httpclient5/pom.xml
index d4a7148..7a3d6af 100644
--- a/httpclient5/pom.xml
+++ b/httpclient5/pom.xml
@@ -173,15 +173,6 @@
           </reportSet>
         </reportSets>
       </plugin>
-
-      <plugin>
-        <artifactId>maven-jxr-plugin</artifactId>
-      </plugin>
-
-      <plugin>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-      </plugin>
-
     </plugins>
   </reporting>
 
diff --git a/pom.xml b/pom.xml
index 40fdb0d..fd067f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,7 +271,6 @@
 
   <reporting>
     <plugins>
-
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
@@ -280,7 +279,6 @@
           <comparisonVersion>${api.comparison.version}</comparisonVersion>
         </configuration>
       </plugin>
-
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
         <inherited>false</inherited>
@@ -317,6 +315,14 @@
           </reportSet>
         </reportSets>
       </plugin>
+      <plugin>
+        <artifactId>maven-jxr-plugin</artifactId>
+        <version>${hc.jxr.version}</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+        <version>${hc.surefire.version}</version>
+      </plugin>
     </plugins>
   </reporting>