The libvirt
JNA bindings. Forked from http://libvirt.org/git/?p=libvirt-java.git
.
After running the package
command the JAR will be located in the target
directory.
mvn clean package
mvn clean test
Two steps;
- Checkout a release branch
- Run the mvn release command
git checkout -b release/x.x.x
mvn release:prepare release:perform -Darguments="-Dmaven.javadoc.skip=true"
This project is licensed under the MIT License - see the LICENSE file for details