java-client-kubevirt
=============================

Pacakge is standard autotool package.

To build from source:

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

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=pass"

Maven publish is done via oss.sonatype.org.
