atmosphere icon indicating copy to clipboard operation
atmosphere copied to clipboard

Release Build fails with Invalid “self-closing element not allowed”

Open castortech opened this issue 3 years ago • 1 comments

building Atmosphere with: mvn -Prelease-profile clean install

Fails with:

A clear and concise description of what the bug is. Invalid “self-closing element not allowed”

Googling shows that is a restriction on Java 8+ being more stringent on using correct tags

Was able to get it working by adding: none

to configuration section of maven-javadoc-plugin as described here

Am I missing something or should I submit a patch?

Atmosphere Info

  • 2.7.3

castortech avatar May 28 '21 19:05 castortech

@castortech Pull request welcomed :)

jfarcand avatar May 31 '21 17:05 jfarcand