With jdk8 Oracle decided to enforce valid HTML4 ([1],[2]) hence self-closing elements gives errors.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar (attach-javadocs) on project tigase-server: MavenReportException: Error while creating archive:
[ERROR] Exit code: 1 - /Users/wojtek/dev/tigase/tigase-server/src/main/java/tigase/annotations/TODO.java:36: error: self-closing element not allowed
[ERROR] * developer to which correction is assigned.<br/>
[ERROR] ^
[ERROR] /Users/wojtek/dev/tigase/tigase-server/src/main/java/tigase/annotations/TODO.java:44: error: self-closing element not allowed
Task is, in addition to make building complete packages under jdk8 possible, about cleaning all javadoc warnings.
With jdk8 Oracle decided to enforce valid HTML4 ([1],[2]) hence self-closing elements gives errors.
Task is, in addition to make building complete packages under jdk8 possible, about cleaning all javadoc warnings.
[1] http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-July/019269.html
[2] http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html