From: Michael Vorburger Date: Thu, 13 Jul 2017 10:41:50 +0000 (+0530) Subject: Add Daexim X-Git-Tag: release/nitrogen~36 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Fdistribution.git;a=commitdiff_plain;h=ff78be16ad1fe73cc829e1f6a99ec29fe46de835 Add Daexim https://wiki.opendaylight.org/view/Karaf_4_migration#Step_8:_add_your_karaf_4_features_to_distribution I've done the following validation locally to test that it seems OK: karaf/target/assembly/bin/karaf opendaylight-user@root>diag opendaylight-user@root>feature:install odl-daexim-all opendaylight-user@root>diag opendaylight-user@root>bundle:list | grep daexim 216 | Active | 80 | 1.2.0.SNAPSHOT | daexim-akka-infoprovider-impl 217 | Active | 80 | 1.2.0.SNAPSHOT | daexim-impl 218 | Active | 80 | 1.2.0.SNAPSHOT | daexim-model 219 | Active | 80 | 1.2.0.SNAPSHOT | daexim-spi 315 | Active | 80 | 0 | ... wrap_file__daexim-impl-1.2.0-SNAPSHOT.cfg Change-Id: Ibbedf7605a6c7c1e40d979fbaed56d673129ec03 Signed-off-by: Michael Vorburger --- diff --git a/artifacts/upstream/artifacts/pom.xml b/artifacts/upstream/artifacts/pom.xml index 66aee08d..43801e3d 100644 --- a/artifacts/upstream/artifacts/pom.xml +++ b/artifacts/upstream/artifacts/pom.xml @@ -62,6 +62,13 @@ pom import + + org.opendaylight.daexim + daexim-artifacts + ${daexim.version} + pom + import + org.opendaylight.genius genius-artifacts diff --git a/artifacts/upstream/properties/pom.xml b/artifacts/upstream/properties/pom.xml index 5957b6fd..8cda2562 100644 --- a/artifacts/upstream/properties/pom.xml +++ b/artifacts/upstream/properties/pom.xml @@ -54,6 +54,7 @@ 0.2.0-SNAPSHOT 0.7.0-SNAPSHOT 1.9.0-SNAPSHOT + 1.2.0-SNAPSHOT 0.5.0-SNAPSHOT 0.6.0-SNAPSHOT 0.6.0-SNAPSHOT diff --git a/features/repos/index/pom.xml b/features/repos/index/pom.xml index 4f78317b..41e6f9af 100644 --- a/features/repos/index/pom.xml +++ b/features/repos/index/pom.xml @@ -129,6 +129,14 @@ xml + + + org.opendaylight.daexim + daexim-features + features + xml + + ${project.groupId} diff --git a/features/singles/odl-integration-compatible-with-all/pom.xml b/features/singles/odl-integration-compatible-with-all/pom.xml index 9db9d406..a267a48d 100644 --- a/features/singles/odl-integration-compatible-with-all/pom.xml +++ b/features/singles/odl-integration-compatible-with-all/pom.xml @@ -62,6 +62,14 @@ features + + + org.opendaylight.daexim + odl-daexim-all + xml + features + + ${project.groupId}