From 19d69c253556e008af6488c4a7f0e424916938bd Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 14 Feb 2018 16:36:00 +0100 Subject: [PATCH] Add clustering IT tests to mdsal-artifacts All artifacts produced should be listed here, fix that. Change-Id: Ic8c198a69553b471f934e3052742bdc36664ccec Signed-off-by: Robert Varga --- opendaylight/md-sal/mdsal-artifacts/pom.xml | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/opendaylight/md-sal/mdsal-artifacts/pom.xml b/opendaylight/md-sal/mdsal-artifacts/pom.xml index 07b065643f..c477b147de 100644 --- a/opendaylight/md-sal/mdsal-artifacts/pom.xml +++ b/opendaylight/md-sal/mdsal-artifacts/pom.xml @@ -303,6 +303,23 @@ ${project.version} + + + org.opendaylight.controller.samples + clustering-it-config + ${project.version} + + + org.opendaylight.controller.samples + clustering-it-model + ${project.version} + + + org.opendaylight.controller.samples + clustering-it-provider + ${project.version} + + ${project.groupId} @@ -374,6 +391,13 @@ xml features + + ${project.groupId} + odl-clustering-test-app + ${project.version} + xml + features + -- 2.36.6