Add Karaf 4 distribution, fix initial config 56/58956/4
authorTomas Slusny <tomas.slusny@pantheon.tech>
Wed, 14 Jun 2017 14:15:09 +0000 (16:15 +0200)
committerTomas Slusny <tomas.slusny@pantheon.tech>
Thu, 15 Jun 2017 08:33:02 +0000 (10:33 +0200)
commitec1bb73d441c7bcb915e68eabd89cd6cf47270b6
tree597c0f9c2d6da7bf5a0f0ac520c624d901dc309f
parentc1bfc12a0b709d236432a6b72f99edde20d934f6
Add Karaf 4 distribution, fix initial config

- Add Karaf 4 distribution for testing to distribution/karaf4.
  This distribution will replace current distribution/karaf
  after support for Karaf 3 will be removed.
- Fix using Karaf 3 shell commands dependencies, and use
  correct ones based on Karaf version specified in distribution
- Fix copying of initial configuration file (wrong path of config
  .xml, was `src/main/features/features.xml` but corrected it to
  `src/main/feature/feature.xml`)

Resolves: bug 8693

Change-Id: I9d65f9a369e1f7750724a432e37cef944f9dcfb4
Signed-off-by: Tomas Slusny <tomas.slusny@pantheon.tech>
artifacts/pom.xml
distribution/karaf/pom.xml
distribution/karaf4/pom.xml [new file with mode: 0644]
drop-test-karaf/pom.xml
features-aggregator/odl-openflowplugin-southbound/pom.xml
features-aggregator/odl-openflowplugin-southbound/src/main/feature/feature.xml [moved from features-aggregator/odl-openflowplugin-southbound/src/main/features/features.xml with 100% similarity]
openflowplugin-impl/pom.xml
pom.xml