You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tibor Digana (JIRA)" <ji...@apache.org> on 2017/04/23 08:46:04 UTC

[jira] [Comment Edited] (SUREFIRE-1366) mvn javadoc:javadoc fails on Javadoc syntax with JDK 1.8

    [ https://issues.apache.org/jira/browse/SUREFIRE-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15980319#comment-15980319 ] 

Tibor Digana edited comment on SUREFIRE-1366 at 4/23/17 8:45 AM:
-----------------------------------------------------------------

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 and {{mvn site}} would crash on JDK 8.


was (Author: tibor17):
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
>              Labels: documentation, javadoc
>             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)