From 37843cb3c1765bd5263e3c02f5b14ffa53041e1d Mon Sep 17 00:00:00 2001 From: dekstroza Date: Fri, 18 May 2018 14:42:24 +0100 Subject: json/yaml validation for models Introduced yaml-json-validator-maven-plugin a. Runs in validate phase b. For now only validate /import/tosca subfolders c. Validates both yml and json files Change-Id: I53513321c4378485dd821c251de5555050313911 Issue-ID: SDC-1343 Signed-off-by: dekstroza --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 38c63ec1bc..1fc2789839 100644 --- a/pom.xml +++ b/pom.xml @@ -275,6 +275,11 @@ nexus-staging-maven-plugin 1.6.8 + + com.github.sylvainlaurent.maven + yaml-json-validator-maven-plugin + 1.0.1 + -- cgit 1.2.3-korg