[ https://issues.apache.org/jira/browse/DOXIA-606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195223#comment-17195223 ]
Herve Boutemy commented on DOXIA-606: ------------------------------------- did you run the provided command and see the result? here it is: {noformat}$ mvn -Preporting site site:stage ... [INFO] -----------------< org.apache.maven.doxia:doxia-core >------------------ [INFO] Building Doxia :: Core 1.9.2-SNAPSHOT [5/19] [INFO] --------------------------------[ jar ]--------------------------------- ... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Doxia 1.9.2-SNAPSHOT: [INFO] [INFO] Doxia .............................................. SUCCESS [ 53.733 s] [INFO] Doxia :: Logging API ............................... SUCCESS [ 46.214 s] [INFO] Doxia :: Sink API .................................. SUCCESS [ 45.482 s] [INFO] Doxia :: Test Documents ............................ SUCCESS [ 41.567 s] [INFO] Doxia :: Core ...................................... FAILURE [01:31 min] [INFO] Doxia :: Modules ................................... SKIPPED [INFO] Doxia :: APT Module ................................ SKIPPED [INFO] Doxia :: Confluence Module ......................... SKIPPED [INFO] Doxia :: Simplified DocBook Module ................. SKIPPED [INFO] Doxia :: FML Module ................................ SKIPPED [INFO] Doxia :: FO Module ................................. SKIPPED [INFO] Doxia :: iText Module .............................. SKIPPED [INFO] Doxia :: Latex Module .............................. SKIPPED [INFO] Doxia :: RTF Module ................................ SKIPPED [INFO] Doxia :: TWiki Module .............................. SKIPPED [INFO] Doxia :: XDoc Module ............................... SKIPPED [INFO] Doxia :: XHTML Module .............................. SKIPPED [INFO] Doxia :: XHTML5 Module ............................. SKIPPED [INFO] Doxia :: Markdown Module ........................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:38 min [INFO] Finished at: 2020-09-14T08:31:41+02:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site (default-site) on project doxia-core: Error generating maven-javadoc-plugin:3.0.1:test-javadoc report: [ERROR] Exit code: 1 - /home/maven/sources/doxia/doxia/doxia-core/src/test/java/org/apache/maven/doxia/sink/impl/AbstractSinkTest.java:66: warning: no description for @param [ERROR] * @param xmlFragment [ERROR] ^ [ERROR] /home/maven/sources/doxia/doxia/doxia-core/src/test/java/org/apache/maven/doxia/sink/impl/AbstractSinkTest.java:769: error: reference not found [ERROR] * the same result as {@link #getBlackquoteBlock getBlockquoteBlock}( text ). [ERROR] ^ [ERROR] /home/maven/sources/doxia/doxia/doxia-core/src/test/java/org/apache/maven/doxia/sink/impl/AbstractSinkTest.java:1369: error: reference not found [ERROR] * @see #testDivision() [ERROR] ^ ... {noformat} > fix javadoc issues with JDK 8 when generating documentation > ----------------------------------------------------------- > > Key: DOXIA-606 > URL: https://issues.apache.org/jira/browse/DOXIA-606 > Project: Maven Doxia > Issue Type: Improvement > Components: Documentation > Affects Versions: 1.9.1 > Reporter: Herve Boutemy > Priority: Major > Labels: up-for-grabs > Fix For: 1.9.2 > > > when building Doxia documentation with JDK 8: > {noformat}mvn -Preporting site site:stage{noformat} > some javadoc issues make site generation failure > I had to build Doxia 1.9.1 release documentation with JDK 7, even if I built > the artifacts with JDK 8... > for next release, it would be nice to not hit this issue any more -- This message was sent by Atlassian Jira (v8.3.4#803005)