Fix sonar build
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Fri, 15 Feb 2019 18:58:24 +0000 (13:58 -0500)
committerDan Timoney <dtimoney@att.com>
Fri, 15 Feb 2019 21:20:35 +0000 (21:20 +0000)
Sonar build on ccsdk/apps is failing because one of the submodules
(components/model-catatlog/proto-definition) does not have the standard
maven src/main and src/test directories.  Adding these directories fixes
sonar build (they need to contain a file - in this case a README -
otherwise git will not add the empty directory)

Change-Id: Ia74254b58e5b006bd72c35cd6ce872b88de35016
Issue-ID: CCSDK-1081
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
components/model-catalog/proto-definition/src/main/README.md [new file with mode: 0644]
components/model-catalog/proto-definition/src/test/README.md [new file with mode: 0644]

diff --git a/components/model-catalog/proto-definition/src/main/README.md b/components/model-catalog/proto-definition/src/main/README.md
new file mode 100644 (file)
index 0000000..f63edde
--- /dev/null
@@ -0,0 +1 @@
+Standard maven directory for source
diff --git a/components/model-catalog/proto-definition/src/test/README.md b/components/model-catalog/proto-definition/src/test/README.md
new file mode 100644 (file)
index 0000000..4701e06
--- /dev/null
@@ -0,0 +1 @@
+Standard maven directory for unit test cases