atmosphere
atmosphere copied to clipboard
Release Build fails with Invalid “self-closing element not allowed”
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:
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 Pull request welcomed :)