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


##########
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:
   These titles do not appear in the javadoc generated with `javadoc:aggregate`.



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