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/13 08:28:48 UTC

[shardingsphere] branch master updated: Remove : remove class in test package from xref (#25135) (#25152)

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 eece3896783 Remove : remove class in test package from xref (#25135) (#25152)
eece3896783 is described below

commit eece38967836ebbbbd189f514ce3b49ee218c759
Author: 孙念君 Nianjun Sun <su...@apache.org>
AuthorDate: Thu Apr 13 16:28:38 2023 +0800

    Remove : remove class in test package from xref (#25135) (#25152)
    
    Co-authored-by: shardingsphere <de...@shardingsphere.apache.org>
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index ff2647afb8f..8e7b96e759d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1117,6 +1117,11 @@
             <plugin>
                 <artifactId>maven-jxr-plugin</artifactId>
                 <version>${maven-jxr-plugin.version}</version>
+                <configuration>
+                    <excludes>
+                        <exclude>**/test/**/*.java</exclude>
+                    </excludes>
+                </configuration>
                 <reportSets>
                     <reportSet>
                         <reports>