Details
Description
Currently the javadocs step is both:
- Taking up jenkins cycles and generating a large output in CI when building artifacts
- Failing randomly on javadoc issues such as AlterTableStatement.java:135: error: text not allowed in element
Apidocs are not being bundled, uploaded or used anywhere. Hence it would be best to remove javadocs generation on every CI. Mainly removing javadoc from artifacts and mvn-install.
Attachments
Issue Links
- relates to
-
CASSANDRA-17713 Javadocs random error
- Triage Needed