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