You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2024/01/03 10:01:14 UTC

(hbase) branch master updated: HBASE-28290 Addendum also change title for test javadoc (#5601)

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

zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e0af3b7ae7 HBASE-28290 Addendum also change title for test javadoc (#5601)
4e0af3b7ae7 is described below

commit 4e0af3b7ae7cd751f5c544de136783d606c9f825
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Wed Jan 3 18:01:07 2024 +0800

    HBASE-28290 Addendum also change title for test javadoc (#5601)
    
    Signed-off-by: Nihal Jain <ni...@apache.org>
    Signed-off-by: Peter Somogyi <ps...@apache.org>
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 20efab111c0..2fbd2769029 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3044,7 +3044,7 @@
               <destDir>testdevapidocs</destDir>
               <name>Test Developer API</name>
               <description>The full HBase API test code, including private and unstable APIs</description>
-              <doctitle>Apache HBase™ ${project.version} API</doctitle>
+              <testDoctitle>Apache HBase™ ${project.version} API</testDoctitle>
               <sourceFileExcludes>
                 <exclude>**/generated/*</exclude>
                 <exclude>**/protobuf/*</exclude>
@@ -3160,9 +3160,9 @@
               </docletArtifact>
               <useStandardDocletOptions>true</useStandardDocletOptions>
               <destDir>testapidocs</destDir>
-              <name>User API</name>
+              <name>Test User API</name>
               <description>The HBase Application Programmer's API</description>
-              <doctitle>Apache HBase™ ${project.version} API</doctitle>
+              <testDoctitle>Apache HBase™ ${project.version} API</testDoctitle>
               <excludePackageNames>org.apache.hadoop.hbase.backup*:org.apache.hadoop.hbase.catalog:org.apache.hadoop.hbase.client.coprocessor:org.apache.hadoop.hbase.client.metrics:org.apache.hadoop.hbase.codec*:org.apache.hadoop.hbase.constraint:org.apache.hadoop.hbase.coprocessor.*:org.apache.hadoop.hbase.executor:org.apache.hadoop.hbase.fs:*.generated.*:org.apache.hadoop.hbase.io.hfile.*:org.apache.hadoop.hbase.mapreduce.hadoopbackport:org.apache.hadoop.hbase.mapreduce.replication:org [...]
               <!-- switch on dependency-driven aggregation -->
               <includeDependencySources>false</includeDependencySources>