You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by gi...@git.apache.org on 2017/08/05 21:12:03 UTC

[GitHub] sijie commented on issue #397: [CI] publish-website job failed when mvn:release bump version to 4.6.0-SNAPSHOT

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:
users@infra.apache.org


With regards,
Apache Git Services