Expand on maven repo
[yaz4j-moved-to-github.git] / README.md
index 49a54cd..2517ac7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,6 +6,8 @@ toolkit known as the ZOOM API. With Yaz4j you can program clients for YAZ-
 supported protocols like Z39.50, SRU/W and Solr. Yaz4j includes a native
 component and supports Windows, Linux and OSX.
 
+Yaz4j is covered by the [Revised BSD](http://www.indexdata.com/licences/revised-bsd) license. That should be same as the the [BSD 3 Clause License](http://opensource.org/licenses/BSD-3-Clause).
+
 INSTALLATION
 ============
 
@@ -257,8 +259,17 @@ Maven
 -----
 
 If you are using maven to build your application you can include Index Data's
-Maven repo location and include yaz4j dependency in your project:
+maven repository and include yaz4j as a dependency in your jar or war project:
+
+Index Data's Maven repository (put under `<repositories/>` in pom.xml):
+
+    <repository>
+      <id>id-maven-repo</id>
+      <name>Indexdata Maven Repository</name>
+      <url>http://maven.indexdata.com/</url>
+    </repository>
 
+Yaz4j API dependency (put under `<dependencies/>` in pom.xml):
 
     <dependency>
       <groupId>org.yaz4j</groupId>