From 6421ac7b3afb5e8b6a0e478967be04c3f6d22f45 Mon Sep 17 00:00:00 2001 From: Raghu Angadi Date: Thu, 19 Jul 2012 17:21:13 -0700 Subject: [PATCH] update readme with maven repo info --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 470db90c..803dc64d 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,20 @@ Header files are not available in all Java installs. Double-check you are using $ ls -d /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/include ls: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/include: No such file or directory +### Maven repository + +The hadoop-lzo package is available at `http://maven.twttr.com/`. + +For example, if you are using `ivy`, add the repository in `ivysettings.xml`: +```xml + +``` + +And include hadoop-lzo as a dependency: +```xml + +``` + ### Using Hadoop and LZO #### Reading and Writing LZO Data