Break the repository index out separately from the test features
authorEd Warnicke <eaw@cisco.com>
Mon, 5 Jan 2015 17:49:55 +0000 (11:49 -0600)
committerLuis Gomez <ecelgp@gmail.com>
Sun, 11 Jan 2015 07:40:51 +0000 (23:40 -0800)
commit5c0d0ad5671d4a62af4488064330ebc3598d71d8
tree0b59fbd74f9a9fd86b706b5012ecc2911364147d
parent50f445c73ea22365a14766e2f2a002a4baab2b7c
Break the repository index out separately from the test features

Currently, we have integration/features which is doing two things:
1)  Listing the <repositories> from all of the projects
2)  Listing the test features (like compatible-with-all) that are
    being tested by integration test.

The test features are creating user confusion, with folks doing
things like loading

odl-integration-compatible-with-all

to poor effect.  By splitting into two features repos

features-integration-index:
  Which holds only the list of repositories, and not the test features
  and is included in the shipping distribution/karaf

and

features-integration-test:
  Which holds only the test features, and is *not* shipped in the
  distribution/karaf

We should be able to clear up this confusion in the future

Change-Id: I12633819bd35a0bece2da4ac557de106d3c216e7
Signed-off-by: Ed Warnicke <eaw@cisco.com>
distributions/karaf/pom.xml
distributions/pom.xml
distributions/test/pom.xml [new file with mode: 0644]
distributions/test/src/main/assembly/etc/org.ops4j.pax.url.mvn.cfg [new file with mode: 0644]
features/index/pom.xml [new file with mode: 0644]
features/index/src/main/resources/features.xml [new file with mode: 0644]
features/pom.xml
features/src/main/resources/features.xml [deleted file]
features/test/pom.xml [new file with mode: 0644]
features/test/src/main/resources/features.xml [new file with mode: 0644]