Fix sonar build 80/78580/2
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)
commit2301627e59be3468eab84aa243f18189af1fd4fe
tree86e19e4f63ec635ea6913831d87c2fda16425f4b
parentb0203bc26d1f76ddae3628a407cf4d055aba4d6d
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]