cchung100m commented on code in PR #9704:
URL: https://github.com/apache/ozone/pull/9704#discussion_r3087403908


##########
pom.xml:
##########
@@ -2371,6 +2371,40 @@
     </extensions>
   </build>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>${maven-javadoc-plugin.version}</version>
+        <inherited>false</inherited>
+        <reportSets>
+          <reportSet>
+            <id>aggregate</id>
+            <reports>
+              <report>aggregate</report>
+            </reports>
+            <configuration>
+              <!-- Increase memory available to the javadoc JVM -->
+              <maxmemory>1024m</maxmemory>
+
+              <!-- Titles shown in the generated Javadoc -->
+              <doctitle>Apache Ozone API - ${project.version}</doctitle>
+              <windowtitle>Apache Ozone ${project.version} API</windowtitle>

Review Comment:
   Hi @adoroszlai 
   
   sorry for the late reply. I update the part you mentioned.
   
   <img width="1363" height="845" alt="image" 
src="https://github.com/user-attachments/assets/10b7bb22-5853-4ed6-8a3e-990d0b75c55e";
 />
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to