Include oam-controller-web to deploy phase 97/14897/1
authorRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Tue, 9 Sep 2025 16:26:04 +0000 (21:56 +0530)
committerRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Tue, 9 Sep 2025 16:26:04 +0000 (21:56 +0530)
Update Makefile to include oam-controller-web

Issue-ID: OAM-502
Change-Id: Iad82ba81d64989a679d64cde42901a1cf186f355
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Makefile

index a47891a..0b6e2df 100644 (file)
--- 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