diff --git a/docs/java.html.in b/docs/java.html.in index d3e3ebc501..41f26301c8 100644 --- a/docs/java.html.in +++ b/docs/java.html.in @@ -157,5 +157,15 @@ from the C API, the only points to notice are:
various methods associated to the Domain class. +Up until version 0.4.7 the Java bindings were available from the central maven repository.
+If you want to use 0.4.8 or higher, please add the following repository to your pom.xml
+<repositories> + <repository> + <id>libvirt-org</id> + <url>http://libvirt.org/maven2</url> + </repository> +</repositories>+