HBASE-13666 Correct PDF renaming and bump version of maven-antrun-plugin

This commit is contained in:
Gábor Lipták 2015-06-04 19:11:15 -04:00 committed by Nick Dimiduk
parent 212cbf8f5c
commit 9ee41bcd0a
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function tgz_mover {
function deploy {
MAVEN_OPTS="${mvnopts}" ${mvn} clean install -DskipTests -Prelease
MAVEN_OPTS="${mvnopts}" ${mvn} install -DskipTests site assembly:single -Prelease
MAVEN_OPTS="${mvnopts}" ${mvn} install -DskipTests post-site assembly:single -Prelease
tgz_mover
MAVEN_OPTS="${mvnopts}" ${mvn} deploy -DskipTests -Papache-release
}