sijie commented on issue #397: [CI] publish-website job failed when mvn:release bump version to 4.6.0-SNAPSHOT URL: https://github.com/apache/bookkeeper/issues/397#issuecomment-320470689 The problem is because `javadoc-gen.sh` uses `mvn compile javadoc` to generate the javadoc. if the artifacts were cached, it is totally fine. but when we bump the version from 4.5.0 to 4.6.0, there are not `4.6.0` artifacts cached locally. so we need to change it to use `mvn clean install` instead. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org
With regards, Apache Git Services