Improve Karaf3 features before Karaf4 migration 50/51750/6
authorVratko Polak <vrpolak@cisco.com>
Tue, 14 Feb 2017 11:55:57 +0000 (12:55 +0100)
committerVratko Polak <vrpolak@cisco.com>
Tue, 14 Feb 2017 11:55:57 +0000 (12:55 +0100)
commitb7a7f8ccb61d02e68ec3fe31932cef9bd6bde7b3
tree145bf377e6154fd40705e3c6a3f7958640af2308
parent3fc29758c8a76ab6110a5f9e9138a7d555ccb6d6
Improve Karaf3 features before Karaf4 migration

+ Feature artifacts inherit from odlparent:features-parent now.
*+ src/main/features/ instead of src/main/resources/.
*+ {{VERSION}} instead of version properties.
*+ No explifit versions for feature dependencies.
+ Use artifact poms: upstream, distribution and all.
*+ Only upstream artifact pom has version properties.
*+ The version properties have simpler names.
+ Removed superfluous maven-bundle-plugin configuration from Version pom.
+ TODOs to rename feature artifactIds.
- No TODOs to use org.opendaylight.integration.distribution
+ General comment line improvements.
+ Added missing licences.
+ Update copyright years on files where edits were significant.
+ Each POM uses parent from Odlparent (instead inheriting from aggregators).
+ Add log.txt to .gitignore

Change-Id: I8d4ce2ba40674138cdefdedc3bc81f3bce907ac7
Signed-off-by: Vratko Polak <vratko.polak@gmail.com>
16 files changed:
.gitignore
artifacts/all/pom.xml [new file with mode: 0644]
artifacts/distribution/pom.xml [new file with mode: 0644]
artifacts/pom.xml [new file with mode: 0644]
artifacts/upstream/pom.xml [new file with mode: 0644]
distribution-karaf/pom.xml
features-distribution/pom.xml
features-distribution/src/main/features/features.xml [moved from features-distribution/src/main/resources/features.xml with 70% similarity]
features-index/pom.xml
features-index/src/main/features/features.xml [new file with mode: 0644]
features-index/src/main/resources/features.xml [deleted file]
features-test/pom.xml
features-test/src/main/features/features.xml [new file with mode: 0644]
features-test/src/main/resources/features.xml [deleted file]
pom.xml
version/pom.xml