Bipin Prasad created STORM-3834:
-----------------------------------
Summary: Fix ERROR and warnings creating java docs
Key: STORM-3834
URL: https://issues.apache.org/jira/browse/STORM-3834
Project: Apache Storm
Issue Type: Improvement
Components: asf-site
Reporter: Bipin Prasad
Storm release steps require creating javadocs using the following command:
{code:java}
mvn javadoc:aggregate -DreportOutputDirectory=./docs/ -DdestDir=javadocs
-Dnotimestamp=true -pl '!storm-shaded-deps
{code}
see: https://github.com/apache/storm-site/blob/asf-site/README.md
storm-site project is referred in
https://github.com/apache/storm/blob/master/RELEASING.md
The maven command runs to completion, but had some ERROR and Warnings that
should be fixed.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)