You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2023/04/02 15:33:33 UTC

[shardingsphere] branch master updated: Refactor : reduce the config of javadoc plugin (#24961)

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 c56506605ec Refactor : reduce the config of javadoc plugin (#24961)
c56506605ec is described below

commit c56506605ec7655ee11206d03ccae9b769db17fb
Author: 孙念君 Nianjun Sun <su...@apache.org>
AuthorDate: Sun Apr 2 23:33:27 2023 +0800

    Refactor : reduce the config of javadoc plugin (#24961)
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 15b78f77e69..ba687f8b420 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1090,14 +1090,9 @@
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <reportSets>
                     <reportSet>
-                        <id>html</id>
                         <reports>
                             <report>javadoc</report>
                         </reports>
-                        <configuration>
-                            <doctitle>API for ${project.name} ${project.version}</doctitle>
-                            <windowtitle>API for ${project.name} ${project.version}</windowtitle>
-                        </configuration>
                     </reportSet>
                 </reportSets>
             </plugin>