You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pd...@apache.org on 2015/08/25 12:33:32 UTC

svn commit: r1697644 - /felix/sandbox/pderop/dependencymanager.ds/cnf/ext/repositories.bnd

Author: pderop
Date: Tue Aug 25 10:33:32 2015
New Revision: 1697644

URL: http://svn.apache.org/r1697644
Log:
Added an aetherrepo that is using a local nexus repository.

Modified:
    felix/sandbox/pderop/dependencymanager.ds/cnf/ext/repositories.bnd

Modified: felix/sandbox/pderop/dependencymanager.ds/cnf/ext/repositories.bnd
URL: http://svn.apache.org/viewvc/felix/sandbox/pderop/dependencymanager.ds/cnf/ext/repositories.bnd?rev=1697644&r1=1697643&r2=1697644&view=diff
==============================================================================
--- felix/sandbox/pderop/dependencymanager.ds/cnf/ext/repositories.bnd (original)
+++ felix/sandbox/pderop/dependencymanager.ds/cnf/ext/repositories.bnd Tue Aug 25 10:33:32 2015
@@ -19,6 +19,9 @@
 	aQute.bnd.deployer.repository.LocalIndexedRepo; name=Local;        local=${workspace}/cnf/localrepo;pretty=true,\
 	aQute.bnd.deployer.repository.FixedIndexedRepo; name=Bndtools Hub; locations=https://raw.githubusercontent.com/bndtools/bundle-hub/master/index.xml.gz,\
 	aQute.lib.deployer.FileRepo;                    name=Build;        location=${workspace}/cnf/buildrepo;latest=false,\
-	aQute.bnd.deployer.repository.aether.AetherRepository; name=Maven Central; url=http://repo1.maven.org/maven2/; cache=${build}/cache/maven	
+	aQute.bnd.deployer.repository.aether.AetherRepository; name=Maven Central; url=http://repo1.maven.org/maven2/; cache=${build}/cache/maven
+
+# Use the following repo if you are using a local nexus (proxy) repository
+#	aQute.bnd.deployer.repository.aether.AetherRepository; name=Maven Central; url=http://localhost:8081/nexus/content/repositories/central/; cache=${build}/cache/maven	
 
 -releaserepo: Release