Expand on maven repo
authorJakub Skoczen <jakub@indexdata.dk>
Fri, 22 May 2015 11:52:44 +0000 (13:52 +0200)
committerJakub Skoczen <jakub@indexdata.dk>
Fri, 22 May 2015 11:52:44 +0000 (13:52 +0200)
README.md

index d69343c..2517ac7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -259,8 +259,17 @@ Maven
 -----
 
 If you are using maven to build your application you can include Index Data's
 -----
 
 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>
 
     <dependency>
       <groupId>org.yaz4j</groupId>