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

ctubbsii pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/2.1 by this push:
     new f5bbd894bc Apply automatic module names (#2498)
f5bbd894bc is described below

commit f5bbd894bc2248f7d6eb2e99f94c154b8f9097eb
Author: Christopher Tubbs <ctubb...@apache.org>
AuthorDate: Thu Sep 28 16:23:05 2023 -0400

    Apply automatic module names (#2498)
    
    Update javadoc plugin to 3.6.0 and use legacy mode to force it to ignore
    the java module system.
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 68ed4d64ad..a5a81c37b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,6 +152,7 @@
     <version.curator>5.5.0</version.curator>
     <version.errorprone>2.20.0</version.errorprone>
     <version.hadoop>3.3.6</version.hadoop>
+    <version.maven-javadoc-plugin>3.6.0</version.maven-javadoc-plugin>
     <version.opentelemetry>1.27.0</version.opentelemetry>
     <version.powermock>2.0.9</version.powermock>
     <version.slf4j>2.0.7</version.slf4j>
@@ -821,8 +822,7 @@
           <configuration>
             <archive>
               <manifestEntries>
-                <!-- Automatic modules do not work with the javadoc plugin - 
see MJAVADOC-707 -->
-                <!-- 
Automatic-Module-Name>${accumulo.module.name}</Automatic-Module-Name -->
+                
<Automatic-Module-Name>${accumulo.module.name}</Automatic-Module-Name>
                 
<Implementation-Build>${mvngit.commit.id}</Implementation-Build>
                 <Sealed>true</Sealed>
               </manifestEntries>
@@ -839,6 +839,7 @@
             <quiet>true</quiet>
             <additionalJOption>-J-Xmx512m</additionalJOption>
             <doclint>all,-missing</doclint>
+            <legacyMode>true</legacyMode>
           </configuration>
         </plugin>
         <plugin>

Reply via email to