Merge "Fail main maven build if java maven build fails"

This commit is contained in:
Jenkins 2015-02-20 17:00:08 +00:00 committed by Gerrit Code Review
commit d8a96c1e9c

View File

@ -14,9 +14,11 @@ shift
# Invoke the maven 3 on the real pom.xml
( cd java; ${MVN} $* )
RC=$?
# Copy the jars where the publisher will find them
mkdir -p target
cp java/*/target/*.jar target
rm -fr apache-maven-3.2.1*
exit $RC