From 2b5c534429df9abf2d6435959a17c9deaab8de7a Mon Sep 17 00:00:00 2001 From: gaurav Date: Fri, 5 Oct 2018 10:08:34 +0530 Subject: Allow YANG sub directories Allow grouping of related YANG in a sub directory. This will ease out the maintainability and enable compiling of speific YANG for a feature. Change-Id: Ic07fdd16c73e8dddd0eca2d0d100d96c42e7e696 Issue-ID: SDNC-350 Signed-off-by: Gaurav Agrawal Former-commit-id: 5bda05da77cf2df0858c34c7942e92f95552c23a --- platform-logic/restconfapi-yang/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform-logic/restconfapi-yang/pom.xml') diff --git a/platform-logic/restconfapi-yang/pom.xml b/platform-logic/restconfapi-yang/pom.xml index 38874aa9..4495359f 100644 --- a/platform-logic/restconfapi-yang/pom.xml +++ b/platform-logic/restconfapi-yang/pom.xml @@ -36,7 +36,7 @@ src/main/yang - *.yang + **/*.yang true -- cgit 1.2.3-korg