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/06 08:47:23 UTC

(hbase) branch master updated: HBASE-28290 Addendum use 'Test API' for test javadoc (#5602)

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 849eee46c93 HBASE-28290 Addendum use 'Test API' for test javadoc (#5602)
849eee46c93 is described below

commit 849eee46c937bc9bed801d90e2402f4b1a901de0
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Sat Jan 6 16:47:17 2024 +0800

    HBASE-28290 Addendum use 'Test API' for test javadoc (#5602)
    
    Signed-off-by: Nihal Jain <ni...@apache.org>
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index bbecc3a72d8..ae6a75fbae9 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>
-              <testDoctitle>Apache HBase™ ${project.version} API</testDoctitle>
+              <testDoctitle>Apache HBase™ ${project.version} Test API</testDoctitle>
               <sourceFileExcludes>
                 <exclude>**/generated/*</exclude>
                 <exclude>**/protobuf/*</exclude>
@@ -3161,8 +3161,8 @@
               <useStandardDocletOptions>true</useStandardDocletOptions>
               <destDir>testapidocs</destDir>
               <name>Test User API</name>
-              <description>The HBase Application Programmer's API</description>
-              <testDoctitle>Apache HBase™ ${project.version} API</testDoctitle>
+              <description>The HBase Application Programmer's API test code</description>
+              <testDoctitle>Apache HBase™ ${project.version} Test 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>