From: Tal Gitelman Date: Thu, 10 Jan 2019 15:42:51 +0000 (+0200) Subject: yaml and json validation maven plug in X-Git-Tag: 1.5.0~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f88cee9d9e7e77dfdea743928199472dad7bde82;p=sdc%2Fsdc-tosca.git yaml and json validation maven plug in Change-Id: Ie7058a22595fbe30617756668ea2b6fd8333e6bf Issue-ID: SDC-1955 Signed-off-by: Tal Gitelman --- diff --git a/pom.xml b/pom.xml index c64b5f5..a3e2699 100644 --- a/pom.xml +++ b/pom.xml @@ -260,6 +260,37 @@ 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 + + + + + + +