use mvn instead of make to deploy

just merged http://gerrit.ovirt.org/#/c/25661/ to help us use mvn to copy the project artifact instead of make. usage: #build and deploy to $OVIRT_ENGINE_PREIFX mvn clean install -Pmake #just deploy mvn install -pl org.ovirt.engine:make -Pmake #alternative prefix mvn clean install -Pmake -Dprefix=/path/to/prefix

any changed for jenkins jobs as a result? we're using make and mvn on some of the jobs.. e. ----- Original Message -----
From: "Roy Golan" <rgolan@redhat.com> To: devel@ovirt.org Sent: Sunday, July 6, 2014 3:13:49 PM Subject: [ovirt-devel] use mvn instead of make to deploy
just merged http://gerrit.ovirt.org/#/c/25661/ to help us use mvn to copy the project artifact instead of make.
usage:
#build and deploy to $OVIRT_ENGINE_PREIFX mvn clean install -Pmake
#just deploy mvn install -pl org.ovirt.engine:make -Pmake
#alternative prefix mvn clean install -Pmake -Dprefix=/path/to/prefix
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

----- Original Message -----
From: "Eyal Edri" <eedri@redhat.com> To: "Roy Golan" <rgolan@redhat.com> Cc: devel@ovirt.org Sent: Sunday, July 6, 2014 4:45:46 PM Subject: Re: [ovirt-devel] use mvn instead of make to deploy
any changed for jenkins jobs as a result? we're using make and mvn on some of the jobs..
no. this is usable for people that are using ide, and ide for some reason does not know to execute generic commands.
e.
----- Original Message -----
From: "Roy Golan" <rgolan@redhat.com> To: devel@ovirt.org Sent: Sunday, July 6, 2014 3:13:49 PM Subject: [ovirt-devel] use mvn instead of make to deploy
just merged http://gerrit.ovirt.org/#/c/25661/ to help us use mvn to copy the project artifact instead of make.
usage:
#build and deploy to $OVIRT_ENGINE_PREIFX mvn clean install -Pmake
#just deploy mvn install -pl org.ovirt.engine:make -Pmake
#alternative prefix mvn clean install -Pmake -Dprefix=/path/to/prefix
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
participants (3)
-
Alon Bar-Lev
-
Eyal Edri
-
Roy Golan