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/02 14:25:56 UTC

[shardingsphere] branch master updated: Fix : avoid the error when report by javadoc plugin (#24957)

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 2cdef8198f8 Fix : avoid the error when report by javadoc plugin (#24957)
2cdef8198f8 is described below

commit 2cdef8198f839fba5e95e55ea4b00dd2f87bdeab
Author: 孙念君 Nianjun Sun <su...@apache.org>
AuthorDate: Sun Apr 2 22:25:49 2023 +0800

    Fix : avoid the error when report by javadoc plugin (#24957)
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index 02f9fc4c7ef..1f777f1c5f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1088,6 +1088,18 @@
             </plugin>
             <plugin>
                 <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>
             <plugin>
                 <artifactId>maven-jxr-plugin</artifactId>