BUG-8923: create karaf-util 93/61293/6
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 7 Aug 2017 15:32:48 +0000 (17:32 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 8 Aug 2017 08:38:08 +0000 (10:38 +0200)
commitbfd61e709a4943c6d85156d459bdf77d94c3d6d8
treeece1ad09c80eaf87634c3a34ee496d3681de7d24
parent5c4d086023b19d10da1feaeb651b0503a7154a7b
BUG-8923: create karaf-util

We need to use opendaylight-karaf-empty for SFT, but doing so
directly leads to a circular dependency, as karaf-plugin needs
sft (which needs karaf-empty, which needs karaf-plugin).

Resolve the dependency cycle by breaking out the single class
karaf-plugin requires into a separate artifact.

Change-Id: Id0649dd8203087ed82c1b936428cb6d9295f2957
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 5d3c00c2b98de5ebb4a7eda6e5cc0734c86b74f8)
bundles-test-lib/pom.xml
features-test/pom.xml
features-test/src/main/java/org/opendaylight/odlparent/featuretest/PerRepoTestRunner.java
karaf-plugin/pom.xml
karaf-plugin/src/main/java/org/opendaylight/odlparent/PopulateLocalRepoMojo.java
karaf-util/pom.xml [new file with mode: 0644]
karaf-util/src/main/java/org/opendaylight/odlparent/karafutil/CustomBundleUrlStreamHandlerFactory.java [moved from features-test/src/main/java/org/opendaylight/odlparent/featuretest/CustomBundleUrlStreamHandlerFactory.java with 97% similarity]
pom.xml