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)
commit148dd1c3c3d394791817246bd973104142fe93d5
tree120c3f46a3db91cdf9a9fcee655df23961067b3d
parentbc67e43da12a2b341a15087adfae6e613990b5a2
Fix sonar build

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]