You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2014/03/21 13:55:18 UTC

[3/3] git commit: Speed up build by disabling OBR update of ~/.m2/repository/repository.xml

Speed up build by disabling OBR update of ~/.m2/repository/repository.xml


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/5ad2bf11
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/5ad2bf11
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/5ad2bf11

Branch: refs/heads/master
Commit: 5ad2bf11328c6ffabb67e954ac4ffe97e66fb951
Parents: ebe7b06
Author: Guillaume Nodet <gn...@gmail.com>
Authored: Fri Mar 21 11:02:41 2014 +0100
Committer: Guillaume Nodet <gn...@gmail.com>
Committed: Fri Mar 21 13:54:57 2014 +0100

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/5ad2bf11/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 072281a..132768b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,6 +258,8 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <appendedResourcesDirectory>${basedir}/etc/appended-resources</appendedResourcesDirectory>
         <bnd.version.policy>[$(version;==;$(@)),$(version;+;$(@)))</bnd.version.policy>
+        <!-- Disable OBR repository update by default -->
+        <obrRepository>NONE</obrRepository>
     </properties>
 
     <repositories>