Add security notes

- threat modeling
- ensure user knows which environment is production and which is
for testing only.

Issue-ID: POLICY-4817
Change-Id: I893ff875b9e812ba8b91bc15cd4f1df737800e8b
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2 files changed
tree: a094e39b7e31c979a31af75e52bc8e1ffe855cdc
  1. checkstyle/
  2. docs/
  3. integration/
  4. releases/
  5. resources/
  6. .gitignore
  7. .gitreview
  8. .readthedocs.yaml
  9. INFO.yaml
  10. LICENSE.txt
  11. onap-java-formatter.xml
  12. pom.xml
  13. README.md
  14. settings.xml
  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 Parent repository that contains overarching build pom.xml to build ALL the repos under policy/*

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

Reminder: If maven reports "non-resolvable parent POM", run "mvn clean install" on project "oparent" first.