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


##########
pom.xml:
##########
@@ -2371,6 +2371,54 @@
     </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>
+
+              <!-- Logical grouping and custom titles for packages -->
+              <groups>
+                <group>
+                  <title>Core</title>
+                  <packages>org.apache.ozone*</packages>
+                </group>
+                <group>
+                  <title>Hadoop Ozone Integration</title>
+                  <packages>org.apache.hadoop.ozone*</packages>
+                </group>
+              </groups>

Review Comment:
   Remove per Attila's suggestion.
   ```suggestion
   ```



-- 
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