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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 83e291654a0 Refactor : upgrade the maven report related plugin version 
(#25185)
83e291654a0 is described below

commit 83e291654a0d7559212bf9cc308bcd77e63e93a7
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Mon Apr 17 23:34:28 2023 +0800

    Refactor : upgrade the maven report related plugin version (#25185)
    
    Co-authored-by: shardingsphere <[email protected]>
---
 pom.xml | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index be78e61d367..3ecab7eb055 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1101,6 +1101,14 @@
     
     <reporting>
         <plugins>
+            <plugin>
+                <artifactId>maven-site-plugin</artifactId>
+                <version>${maven-site-plugin.version}</version>
+            </plugin>
+            <plugin>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>${maven-project-info-reports-plugin.version}</version>
+            </plugin>
             <plugin>
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <version>${maven-javadoc-plugin.version}</version>
@@ -1115,11 +1123,6 @@
             <plugin>
                 <artifactId>maven-jxr-plugin</artifactId>
                 <version>${maven-jxr-plugin.version}</version>
-                <configuration>
-                    <excludes>
-                        <exclude>**/test/**/*.java</exclude>
-                    </excludes>
-                </configuration>
                 <reportSets>
                     <reportSet>
                         <reports>

Reply via email to