[Policy-8 ,Policy-23] Updated Matchid for policies

Commit includes Resolved Sonar blokcers
Included the 1707 database scripts.

Change-Id: I2ffdfce57e6dee0892b272b23283bf246204599a
Signed-off-by: rb7147 <rb7147@att.com>
11 files changed
tree: 0a3ca8266ee4f91cf246268d6b8b22722899c0ec
  1. BRMSGateway/
  2. ECOMP-ASDC/
  3. ECOMP-ControlloopPolicy/
  4. ECOMP-PAP-REST/
  5. ECOMP-PDP/
  6. ECOMP-PDP-REST/
  7. ECOMP-REST/
  8. ECOMP-SDK-APP/
  9. ECOMP-XACML/
  10. LogParser/
  11. packages/
  12. POLICY-SDK-APP/
  13. PolicyEngineAPI/
  14. PolicyEngineClient/
  15. PolicyEngineUtils/
  16. project-configs/
  17. .gitattributes
  18. .gitignore
  19. .gitreview
  20. git
  21. LICENSE.txt
  22. pom.xml
  23. README.md
  24. version.properties
README.md

This source repository contains the OpenECOMP Policy Engine code. The settings file needs to support the standard Maven repositories (e.g. central = http://repo1.maven.org/maven2/), and any proxy settings needed in your environment. In addition, this code is dependent upon the following OpenECOMP artifacts, which are not part of Policy:

org.openecomp.ecompsdkos:ecompSDK-project:pom:3.3.9
org.openecomp.ecompsdkos:ecompSDK-core:jar:3.3.9
org.openecomp.ecompsdkos:ecompSDK-analytics:jar:3.3.9
org.openecomp.ecompsdkos:ecompSDK-workflow:jar:3.3.9
org.openecomp.ecompsdkos:ecompFW:jar:3.3.9

To build it using Maven 3, first build 'policy-common-modules' (which contains dependencies), and then run: mvn -Dmaven.test.failure.ignore=true clean install