Alon Bar-Lev has uploaded a new change for review. Change subject: build: support quotes in BUILD_JAVA_OPTS_MAVEN ......................................................................
build: support quotes in BUILD_JAVA_OPTS_MAVEN Change-Id: Ie3c795b7f57dca050ce880e172a5ff7ade86d060 Signed-off-by: Alon Bar-Lev <[email protected]> --- M Makefile 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/20/37020/1 diff --git a/Makefile b/Makefile index c8bfd68..fcaa7a7 100644 --- a/Makefile +++ b/Makefile @@ -232,7 +232,7 @@ # support force run of maven maven: - MAVEN_OPTS="${MAVEN_OPTS} $(BUILD_JAVA_OPTS_MAVEN)" \ + MAVEN_OPTS="${MAVEN_OPTS} "'$(BUILD_JAVA_OPTS_MAVEN)' \ $(MVN) \ $(BUILD_FLAGS) \ $(BUILD_TARGET) -- To view, visit http://gerrit.ovirt.org/37020 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie3c795b7f57dca050ce880e172a5ff7ade86d060 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
