summaryrefslogtreecommitdiff
path: root/test/osgi/src/ScalaOsgiHelper.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/osgi/src/ScalaOsgiHelper.scala')
-rw-r--r--test/osgi/src/ScalaOsgiHelper.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/osgi/src/ScalaOsgiHelper.scala b/test/osgi/src/ScalaOsgiHelper.scala
index bcdc5c0df1..7b14cf20e8 100644
--- a/test/osgi/src/ScalaOsgiHelper.scala
+++ b/test/osgi/src/ScalaOsgiHelper.scala
@@ -21,6 +21,8 @@ trait ScalaOsgiHelper {
def standardOptions: Array[exam.Option] = {
val bundles = (allBundleFiles map makeBundle)
bundles ++ Array[exam.Option](felix(), equinox(), junitBundles())
+ // to change the local repo used (for some operations, but not all -- which is why I didn't bother):
+ // systemProperty("org.ops4j.pax.url.mvn.localRepository").value(sys.props("maven.repo.local")))
}
def justReflectionOptions: Array[exam.Option] = {