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/03 23:15:47 UTC

[shardingsphere] branch master updated: Refactor : remove some useless cofiguration for reporting plugins (#24996) (#24997)

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 315cbde1dce Refactor : remove some useless cofiguration for reporting plugins (#24996) (#24997)
315cbde1dce is described below

commit 315cbde1dce76161d938716454a2e594279a8430
Author: 孙念君 Nianjun Sun <su...@apache.org>
AuthorDate: Tue Apr 4 07:15:37 2023 +0800

    Refactor : remove some useless cofiguration for reporting plugins (#24996) (#24997)
---
 pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 149522441f2..a6bd615f305 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1089,9 +1089,6 @@
             <plugin>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
                 <version>${maven-project-info-reports-plugin.version}</version>
-                <configuration>
-                    <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
-                </configuration>
             </plugin>
             <plugin>
                 <artifactId>maven-javadoc-plugin</artifactId>
@@ -1107,7 +1104,6 @@
                 <artifactId>maven-jxr-plugin</artifactId>
                 <reportSets>
                     <reportSet>
-                        <id>aggregate</id>
                         <reports>
                             <report>aggregate</report>
                         </reports>