aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authordekstroza <dejan.kitic@ericsson.com>2018-05-18 14:42:24 +0100
committerMichael Lando <ml636r@att.com>2018-08-26 22:58:49 +0000
commit37843cb3c1765bd5263e3c02f5b14ffa53041e1d (patch)
tree0fcd4f0504c6720924bbf2a0bdc92fed0fee1719 /pom.xml
parent1b700c8606f319cbda416a8abb70ea16dceb7a29 (diff)
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 <dejan.kitic@ericsson.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 38c63ec1bc..1fc2789839 100644
--- a/pom.xml
+++ b/pom.xml
@@ -275,6 +275,11 @@
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
</plugin>
+ <plugin>
+ <groupId>com.github.sylvainlaurent.maven</groupId>
+ <artifactId>yaml-json-validator-maven-plugin</artifactId>
+ <version>1.0.1</version>
+ </plugin>
</plugins>
</pluginManagement>