Release should build and copy javadoc automatically. See #3158

This commit is contained in:
Björn Antonsson 2013-03-18 11:44:54 +01:00
parent 6e8125a46e
commit ed40dff7d7
5 changed files with 14 additions and 10 deletions

View file

@ -290,9 +290,9 @@ fi
# build the release
echolog "Building the release..."
if [ ! $dry_run ]; then
RELEASE_OPT="-Dpublish.maven.central=true"
RELEASE_OPT="-Dakka.genjavadoc.enabled=true -Dpublish.maven.central=true"
else
RELEASE_OPT=""
RELEASE_OPT="-Dakka.genjavadoc.enabled=true"
fi
try sbt $RELEASE_OPT build-release
echolog "Creating gzipped tar download..."