Add lombok.config to DISTRIBUTION

This prevents sonar from checking lombok annotations for code coverage.
Note: lombok is not currently used in the project, but is expected to
be soon.  Adding the config file now so-as to avoid any oversight later.

Change-Id: I01dd024e492e5111081e6e23ce2f0bb3cf1b05ad
Issue-ID: POLICY-1938
Signed-off-by: Jim Hahn <jrh3@att.com>
1 file changed
tree: 54db726a0c5af5e03353235784ff22d607704aa1
  1. forwarding/
  2. main/
  3. model/
  4. packages/
  5. plugins/
  6. reception/
  7. testsuites/
  8. .gitignore
  9. .gitreview
  10. INFO.yaml
  11. LICENSE.txt
  12. lombok.config
  13. pom.xml
  14. README.md
  15. version.properties
README.md

Copyright 2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode

This source repository contains the ONAP Policy SDC Service Distribution code.

To build it using Maven 3, run: mvn clean install