Description
Generate up to date browsable API documentation for the project using Javadoc and HTML.
Expected outcome
API documentation is generated automatically in a browsable HTML format and reflects the current state of the codebase.
Acceptance criteria
Related
Description
Generate up to date browsable API documentation for the project using Javadoc and HTML.
Expected outcome
API documentation is generated automatically in a browsable HTML format and reflects the current state of the codebase.
Acceptance criteria
mvn javadoc:javadocdocs/index.html(or equivalent) is browsable in a browserRelated