mirror of https://github.com/apache/druid.git
reverted accident change
This commit is contained in:
parent
31c048ccb6
commit
de61937167
3
build.sh
3
build.sh
|
@ -16,8 +16,7 @@ VERSION=`cat pom.xml | grep version | head -4 | tail -1 | sed 's_.*<version>\([^
|
||||||
echo Using Version[${VERSION}]
|
echo Using Version[${VERSION}]
|
||||||
|
|
||||||
mvn clean
|
mvn clean
|
||||||
#mvn install -U
|
mvn package
|
||||||
mvn install -U -DskipTests
|
|
||||||
|
|
||||||
if [ $? -ne "0" ]; then
|
if [ $? -ne "0" ]; then
|
||||||
echo "mvn package failed"
|
echo "mvn package failed"
|
||||||
|
|
Loading…
Reference in New Issue