ovirt-host-deploy -- Installation
=================================

Pacakge is standard autotool package.

To build from source:

$ autoreconf -ivf
$ ./configure
$ make
$ make install

Java SDK is avaibale if enabled (--enable-java-sdk), in two modes,
plain j2se build and maven build (--with-maven).

Java SDK is not installed, it is available for distribution specific
installation at $(builddir)target.

Signing maven artifact is possible using the following environment
variable:
 MAVEN_OPTS="-DperformRelease=true -Dgpg.keyname=C223E417 -Dgpg.passphrase=otopi"

Maven publish is done via oss.sonatype.org, refer to instructions[1].

To create RPM packages:

$ autoreconf -ivf
$ ./configure
$ make dist
$ TARGZ=`ls -1 ovirt-host-deploy*.tar.gz`
$ sudo rpmbuild -tb $TARGZ

[1] https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide#SonatypeOSSMavenRepositoryUsageGuide-7a.2.PublishSnapshots
