HBASE-13666 Correct PDF renaming and bump version of maven-antrun-plugin
This commit is contained in:
parent
212cbf8f5c
commit
9ee41bcd0a
|
@ -55,7 +55,7 @@ function tgz_mover {
|
||||||
|
|
||||||
function deploy {
|
function deploy {
|
||||||
MAVEN_OPTS="${mvnopts}" ${mvn} clean install -DskipTests -Prelease
|
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
|
tgz_mover
|
||||||
MAVEN_OPTS="${mvnopts}" ${mvn} deploy -DskipTests -Papache-release
|
MAVEN_OPTS="${mvnopts}" ${mvn} deploy -DskipTests -Papache-release
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue