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

[httpcomponents-core] 07/08: Unify JXR and Surefire report config

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 e1d29850fa9111130f01b27f956f375e33944e35
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Sep 7 09:19:55 2020 +0200

    Unify JXR and Surefire report config
---
 httpcore5-h2/pom.xml       | 9 ---------
 httpcore5-reactive/pom.xml | 9 ---------
 httpcore5-testing/pom.xml  | 9 ---------
 httpcore5/pom.xml          | 9 ---------
 pom.xml                    | 9 ++++++++-
 5 files changed, 8 insertions(+), 37 deletions(-)

diff --git a/httpcore5-h2/pom.xml b/httpcore5-h2/pom.xml
index 0a87b70..2bbeb48 100644
--- a/httpcore5-h2/pom.xml
+++ b/httpcore5-h2/pom.xml
@@ -118,15 +118,6 @@
           </reportSet>
         </reportSets>
       </plugin>
-
-      <plugin>
-        <artifactId>maven-jxr-plugin</artifactId>
-      </plugin>
-
-      <plugin>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-      </plugin>
-
     </plugins>
   </reporting>
 
diff --git a/httpcore5-reactive/pom.xml b/httpcore5-reactive/pom.xml
index 4fcd320..4f60da5 100644
--- a/httpcore5-reactive/pom.xml
+++ b/httpcore5-reactive/pom.xml
@@ -105,15 +105,6 @@
           </reportSet>
         </reportSets>
       </plugin>
-
-      <plugin>
-        <artifactId>maven-jxr-plugin</artifactId>
-      </plugin>
-
-      <plugin>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-      </plugin>
-
     </plugins>
   </reporting>
 
diff --git a/httpcore5-testing/pom.xml b/httpcore5-testing/pom.xml
index a7af467..07cfef9 100644
--- a/httpcore5-testing/pom.xml
+++ b/httpcore5-testing/pom.xml
@@ -175,15 +175,6 @@
           </reportSet>
         </reportSets>
       </plugin>
-
-      <plugin>
-        <artifactId>maven-jxr-plugin</artifactId>
-      </plugin>
-
-      <plugin>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-      </plugin>
-
     </plugins>
   </reporting>
 
diff --git a/httpcore5/pom.xml b/httpcore5/pom.xml
index c0a0636..ed4384e 100644
--- a/httpcore5/pom.xml
+++ b/httpcore5/pom.xml
@@ -141,15 +141,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 cb4ad50..444aef4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -274,7 +274,14 @@
           <comparisonVersion>${api.comparison.version}</comparisonVersion>
         </configuration>
       </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>