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

ctubbsii pushed a commit to branch revert-2498-automatic-module-names
in repository https://gitbox.apache.org/repos/asf/accumulo.git

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

    Revert "Apply automatic module names (#2498)"
    
    This reverts commit f5bbd894bc2248f7d6eb2e99f94c154b8f9097eb.
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a5a81c37b4..68ed4d64ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,6 @@
     <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>
@@ -822,7 +821,8 @@
           <configuration>
             <archive>
               <manifestEntries>
-                
<Automatic-Module-Name>${accumulo.module.name}</Automatic-Module-Name>
+                <!-- Automatic modules do not work with the javadoc plugin - 
see MJAVADOC-707 -->
+                <!-- 
Automatic-Module-Name>${accumulo.module.name}</Automatic-Module-Name -->
                 
<Implementation-Build>${mvngit.commit.id}</Implementation-Build>
                 <Sealed>true</Sealed>
               </manifestEntries>
@@ -839,7 +839,6 @@
             <quiet>true</quiet>
             <additionalJOption>-J-Xmx512m</additionalJOption>
             <doclint>all,-missing</doclint>
-            <legacyMode>true</legacyMode>
           </configuration>
         </plugin>
         <plugin>

Reply via email to