Prepare for global-jjb

Issue-ID: AAI-2467
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I156b2a6bb35e240aef97c3dec5d1a042c187ea32
8 files changed
tree: b5c9c098063bd56207a3bffa374eae19fc034f2a
  1. aai-annotations/
  2. aai-queries/
  3. aai-schema/
  4. aai-schema-gen/
  5. aai-schema-service/
  6. plantuml/
  7. .editorconfig
  8. .gitattributes
  9. .gitignore
  10. .gitreview
  11. generate-uml-snapshot.sh
  12. INFO.yaml
  13. LICENSE.TXT
  14. LICENSE_ALT1.txt
  15. onap-java-formatter.xml
  16. pom.xml
  17. README.md
  18. version.properties
README.md

AAI Schema Service

Local setup

In order to start the service locally, here is what needs to be done

> mvn clean install 

Above command only needs to be run the first time

The command below actually starts the microservice

> mvn -pl aai-schema-service -PrunAjsc