Getting a artifact into Maven central has a lot of restrictions as
where the artifact should be hosted.
This seemed like a big hassle which we don't want to go through now.
Document a way for users to use libvirt.org as a repository so they can
fetch the Java bindings with maven.
Signed-off-by: Wido den Hollander <wido@widodh.nl>
various <span style="color: #E50073; background-color: #FFFFFF">methods</span>
associated to the Domain class.</li>
</ul>
+<h2>Maven</h2>
+ <p>Up until version 0.4.7 the Java bindings were available from the central maven repository.</p>
+ <p>If you want to use 0.4.8 or higher, please add the following repository to your pom.xml</p>
+ <pre><repositories>
+ <repository>
+ <id>libvirt-org</id>
+ <url>http://libvirt.org/maven2</url>
+ </repository>
+</repositories></pre>
+
</body>
</html>