[ https://issues.apache.org/jira/browse/SUREFIRE-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15980319#comment-15980319 ]
Tibor Digana commented on SUREFIRE-1366: ---------------------------------------- I found out warnings and errors while cutting the release {{version 2.20}} with {{JDK 8}} last time. I am glad that compiler can check javadoc with JDK 8. I configured rule {{requireJavaVersion}} in {{maven-enforcer-plugin}} to {{[1.8.0,)}}. Without this fix a documentation text in some MOJO parameter was not shown in HTML. > mvn javadoc:javadoc fails on Javadoc syntax with JDK 1.8 > -------------------------------------------------------- > > Key: SUREFIRE-1366 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1366 > Project: Maven Surefire > Issue Type: Task > Reporter: Tibor Digana > Assignee: Tibor Digana > Fix For: 2.20.1 > > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:javadoc (default-cli) on > project surefire-logger-api: An error has occurred in JavaDocs report > generation: > [ERROR] Exit code: 1 - ConsoleLogger.java:24: error: self-closing element not > allowed > [ERROR] * <p/> > [ERROR] ^ -- This message was sent by Atlassian JIRA (v6.3.15#6346)