From: Tal Gitelman Date: Thu, 10 Jan 2019 15:44:52 +0000 (+0200) Subject: yaml and json validation maven plug in X-Git-Tag: 1.6.6~22^2~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1003aeb5392947fec84ee70301e649f0e13c57b4;p=sdc%2Fsdc-tosca.git yaml and json validation maven plug in Change-Id: I62355149010d042c6d33dd81dd111f15cf4e0d85 Issue-ID: SDC-1955 Signed-off-by: Tal Gitelman --- diff --git a/pom.xml b/pom.xml index 7497f2d..02b4861 100644 --- a/pom.xml +++ b/pom.xml @@ -197,6 +197,36 @@ sonar-maven-plugin 3.0.2 + + com.github.sylvainlaurent.maven + yaml-json-validator-maven-plugin + 1.0.1 + + + validate + validate + + validate + + + + + + src/main/resources/**/*.y*ml + src/test/resources/**/*.y*ml + + + + + src/main/resources/**/*.json + src/test/resources/**/*.json + + + + + + +