Alex Lourie has uploaded a new change for review. Change subject: packaging: Updated the skipTests instruction for mvn build ......................................................................
packaging: Updated the skipTests instruction for mvn build Replaced maven.test.skip=true in rpm-quick make target with the more correct skipTests=true. Change-Id: If506bcdedb064a10675f5f838e75d17e9c0cdcd4 Signed-off-by: Alex Lourie <[email protected]> --- M Makefile 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/75/12275/1 diff --git a/Makefile b/Makefile index ace2553..6eab72c 100644 --- a/Makefile +++ b/Makefile @@ -225,7 +225,7 @@ rpm \ RPMBUILD_EXTRA_ARGS='--define="__jar_repack 0" \ --define="BUILD_FLAGS -D dummy" \ - --define="EXTRA_BUILD_FLAGS -D maven.test.skip=true -D gwt.userAgent=gecko1_8"' + --define="EXTRA_BUILD_FLAGS -D skipTests=true -D gwt.userAgent=gecko1_8"' @echo @echo WARNING: @echo rpms produces from quick are partial! -- To view, visit http://gerrit.ovirt.org/12275 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If506bcdedb064a10675f5f838e75d17e9c0cdcd4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alex Lourie <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
