summaryrefslogtreecommitdiffstats
path: root/platform-logic/datachange
diff options
context:
space:
mode:
authorgaurav <gaurav.agrawal@huawei.com>2018-10-05 10:45:49 +0530
committergaurav <gaurav.agrawal@huawei.com>2018-10-05 11:09:39 +0530
commit351d5315bafe499e9f6904fa51c3b70c13f3cb70 (patch)
tree6c89871273ab5e3c9ef5cf1d7f71b0e95126792c /platform-logic/datachange
parent9c6b8f607007cd5236b5e4904647d1f9ea454df3 (diff)
Allow sub directories for graphs
Allow grouping of related grpah and templates in a sub directory. This will ease out maintainability as the number of graphs and templates are growing in numbers. Change-Id: If5f69520e5b62be1adcc9d795df68a0c97b6183f Issue-ID: SDNC-350 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com> Former-commit-id: 22db039091afd52cf8cc45a4ba536a3addd6e435
Diffstat (limited to 'platform-logic/datachange')
-rw-r--r--platform-logic/datachange/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform-logic/datachange/pom.xml b/platform-logic/datachange/pom.xml
index 35cde149..4209dc77 100644
--- a/platform-logic/datachange/pom.xml
+++ b/platform-logic/datachange/pom.xml
@@ -36,7 +36,7 @@
<resource>
<directory>src/main/xml</directory>
<includes>
- <include>*.xml</include>
+ <include>**/*.xml</include>
</includes>
<filtering>true</filtering>
</resource>