From f19b3d3776fdabcbc93ebc72dc73e3933a6a217c Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 6 Dec 2010 19:41:22 +0000 Subject: [PATCH] We want Nenya (and co.) to be buildable to outside parties. The build server doesn't need this repo reference because it builds and installs snapshot versions of all of our libraries locally, so it will find them without going to external repositories. Non-OOO people can also build OOO libraries that depend on snapshot versions by building and installing the snapshot version of the appropriate dependency into their local Maven repository. We had the OOO snapshot repo in these files so that OOO people could conveniently just have the OOO snapshots pulled down for them without having to build and install local snapshots. However, a better way to do that is to have OOO people just add the OOO snapshot repository to their ~/.m2/settings.xml file. I'll send a separate email about how to do that. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1096 ed5b42cb-e716-0410-a449-f6a68f950b19 --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index f4741630..dfc23488 100644 --- a/pom.xml +++ b/pom.xml @@ -55,10 +55,6 @@ ooo-maven-repo http://ooo-maven.googlecode.com/hg/repository - - ooo-repo - http://build.earth.threerings.net/maven-repository -