Fix project version parsing

Change-Id: I4733b72bb1d150203de764e06eefb39c75b5c300
Issue-ID: INT-803
Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
1 file changed
tree: 3da459b69ee8ee6bca8cc7f7eb8ce6a5d86677e0
  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
  19. yaml2json.py
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