You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2023/04/06 09:08:01 UTC

[shardingsphere] branch master updated: Refactor : remove report duplicated plugin and fix OOM (#25029) (#25030)

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

panjuan 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 c09d65de18f Refactor : remove report duplicated plugin and fix OOM (#25029) (#25030)
c09d65de18f is described below

commit c09d65de18f51a651645eefd85f7ccdc21a840a1
Author: 孙念君 Nianjun Sun <su...@apache.org>
AuthorDate: Thu Apr 6 17:07:42 2023 +0800

    Refactor : remove report duplicated plugin and fix OOM (#25029) (#25030)
---
 pom.xml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index f915ee66f19..f1e63d90b28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -906,6 +906,7 @@
                     <artifactId>spotbugs-maven-plugin</artifactId>
                     <version>${spotbugs-maven-plugin.version}</version>
                     <configuration>
+                        <fork>false</fork>
                         <excludeFilterFile>src/resources/spotbugs.xml</excludeFilterFile>
                         <plugins>
                             <plugin>
@@ -1084,14 +1085,7 @@
     
     <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>