From 1bc6a8101a12ddc86f0db2f57c44c7ca8c9a9590 Mon Sep 17 00:00:00 2001 From: Ravi Pendurty Date: Tue, 9 Sep 2025 21:56:04 +0530 Subject: [PATCH] Include oam-controller-web to deploy phase Update Makefile to include oam-controller-web Issue-ID: OAM-502 Change-Id: Iad82ba81d64989a679d64cde42901a1cf186f355 Signed-off-by: Ravi Pendurty --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a47891a..0b6e2df 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,7 @@ deploy: mvn clean deploy -f features/sdnr/wt/pom.xml -s settings.xml mvn clean deploy -f features/sdnr/odlux/pom.xml -s settings.xml mvn clean deploy -f distribution/oam-controller/pom.xml -s settings.xml + mvn clean deploy -f distribution/oam-controller-web/pom.xml -s settings.xml ## all: Build features and images build: parents features-wt features-odlux dist -- 2.16.6