From: Ravi Pendurty Date: Tue, 9 Sep 2025 16:26:04 +0000 (+0530) Subject: Include oam-controller-web to deploy phase X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=1bc6a8101a12ddc86f0db2f57c44c7ca8c9a9590;p=oam%2Foam-controller.git 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 --- 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