Dan Berindei created ISPN-8320:
----------------------------------
Summary: Javadoc comments contain malformed HTML
Key: ISPN-8320
URL:
https://issues.jboss.org/browse/ISPN-8320
Project: Infinispan
Issue Type: Bug
Components: Documentation-Core
Affects Versions: 9.1.0.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 9.2.0.Final
In Java 8, {{javadoc}} started reporting malformed HTML tags in Javadoc comments. Our
distribution build is ignoring the errors, and the normal build doesn't generate
Javadoc at all. However, invoking {{mvn javadoc:javadoc}} directly fails:
{noformat}
[INFO] [ERROR] Exit code: 1 -
/home/dan/Work/infinispan/target/checkout/checkstyle/src/main/java/org/infinispan/checkstyle/filters/ExcludeTestPackages.java:17:
error: malformed HTML
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)