DomGarguilo opened a new issue, #4106: URL: https://github.com/apache/accumulo/issues/4106
It looks like in the elasticity branch, the build is failing. It looks like it started failing after 20bfabab5b1e07437a6f54ec4a51e3228ae9e4df. It might be a case of a dependency update from 2.1 or main causing issues when it was merged up into elasticity but I'm not sure what is causing it yet. A command that causes the error is `mvn -B -V -e -ntp "-Dstyle.color=always" -DskipFormat verify javadoc:jar -Psec-bugs -DskipTests -Dspotbugs.timeout=3600000` Here is the error message: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.6.2:jar (default-cli) on project accumulo-core: MavenReportException: Error while generating Javadoc: [ERROR] Exit code: 1 [ERROR] /home/runner/work/accumulo/accumulo/core/src/main/java/org/apache/accumulo/core/metadata/schema/Ample.java:560: error: unexpected heading used: <H3>, compared to implicit preceding heading: <H3> [ERROR] * <h3>Example 1</h3> [ERROR] ^ [ERROR] /home/runner/work/accumulo/accumulo/core/src/main/java/org/apache/accumulo/core/metadata/schema/Ample.java:577: error: unexpected heading used: <H3>, compared to implicit preceding heading: <H3> [ERROR] * <h3>Example 2</h3> [ERROR] ^ [ERROR] /home/runner/work/accumulo/accumulo/core/src/main/java/org/apache/accumulo/core/metadata/schema/Ample.java:593: error: unexpected heading used: <H3>, compared to implicit preceding heading: <H3> [ERROR] * <h3>Example 3</h3> [ERROR] ^ [ERROR] 3 errors [ERROR] Command line was: /opt/hostedtoolcache/Java_Adopt_jdk/17.0.9-9/x64/bin/javadoc -J-Xmx512m @options @packages [ERROR] [ERROR] Refer to the generated Javadoc files in '/home/runner/work/accumulo/accumulo/core/target/apidocs' dir. ``` -- 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]
