Skip to content

Instantly share code, notes, and snippets.

@chbaranowski
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chbaranowski/3d5541c2563c0ff7932b to your computer and use it in GitHub Desktop.
Save chbaranowski/3d5541c2563c0ff7932b to your computer and use it in GitHub Desktop.
ext repositories.bnd configuration for file repo
bnd-release = https://bndtools.ci.cloudbees.com/job/bnd.master/lastSuccessfulBuild/artifact/dist/bundles
-pluginpath:\
${build}/cache/biz.aQute.repository.jar;url=${bnd-release}/biz.aQute.repository/biz.aQute.repository-latest.jar
-plugin.repositories.wrapper: aQute.bnd.deployer.repository.wrapper.Plugin; \
location = "${build}/cache/wrapper"; \
reindex = true;\
augments = WORKSPACE
-plugin.repositories.fileRepo: aQute.lib.deployer.InfoFileRepo;\
name = local; \
location = ${workspace}/cnf/local;\
latest = false;\
index = true
com.eclipsesource.jaxrs.publisher: \
cap=osgi.whiteboard;osgi.whiteboard=java.ee.jaxrs;version:Version=1.0.0,\
req=osgi.service; filter:="(objectClass=org.osgi.service.http.HttpService)"
org.apache.felix.http.jetty: \
cap=osgi.service;objectClass=org.osgi.service.http.HttpService
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment