Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 742 Bytes

File metadata and controls

34 lines (22 loc) · 742 Bytes

Build Status

libvirt-java

The libvirt JNA bindings. Forked from http://libvirt.org/git/?p=libvirt-java.git.

Build

After running the package command the JAR will be located in the target directory.

mvn clean package

Running the tests

mvn clean test

Releasing it!

Two steps;

  1. Checkout a release branch
  2. Run the mvn release command
git checkout -b release/x.x.x
mvn release:prepare release:perform -Darguments="-Dmaven.javadoc.skip=true"

License

This project is licensed under the MIT License - see the LICENSE file for details