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

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


The following commit(s) were added to refs/heads/master by this push:
     new ef769c09d3 Fix mvn javadoc:javadoc goal for Pinot Release (#13719)
ef769c09d3 is described below

commit ef769c09d3359e8482bd5c23aba1618cf3a3db54
Author: Ankit Sultana <[email protected]>
AuthorDate: Tue Jul 30 15:31:51 2024 -0500

    Fix mvn javadoc:javadoc goal for Pinot Release (#13719)
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 7f84aa742d..a6313eb9f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2050,6 +2050,7 @@
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
           <!-- Default configuration for all reports -->
+          
<excludePackageNames>protobuf.grpc-java.org.apache.pinot.common.proto</excludePackageNames>
         </configuration>
         <executions>
           <execution>
@@ -2455,6 +2456,10 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <!-- Default configuration for all reports -->
+          
<excludePackageNames>protobuf.grpc-java.org.apache.pinot.common.proto</excludePackageNames>
+        </configuration>
         <reportSets>
           <reportSet>
             <id>non-aggregate</id>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to