ACS-550 Update build config

This commit is contained in:
Cezar.Leahu
2020-09-10 11:08:58 +03:00
parent f9739366b0
commit 51634eceee

View File

@@ -123,7 +123,7 @@ function pullAndBuildSameBranchOnUpstream() {
cd "$(basename "${UPSTREAM_REPO%.git}")"
mvn -B -V -q clean install -DskipTests -Dmaven.javadoc.skip=true ${EXTRA_BUILD_ARGUMENTS}
mvn -B -V install -DskipTests -f packaging/tests/pom.xml
mvn -B -V -q install -DskipTests -f packaging/tests/pom.xml
popd
}