# yaml-json-validator-maven-plugin **Repository Path**: mamis/yaml-json-validator-maven-plugin ## Basic Information - **Project Name**: yaml-json-validator-maven-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-21 - **Last Updated**: 2023-11-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yaml-json-validator-maven-plugin [![Build Status](https://travis-ci.org/sylvainlaurent/yaml-json-validator-maven-plugin.svg?branch=master)](https://travis-ci.org/sylvainlaurent/yaml-json-validator-maven-plugin) This maven plugin allows to validate yaml and json files to check that they are well formed and optionally validate against JSON schemas. Both JSON and YAML files can be validated against a JSON schema. The library [fge/json-schema-validator](https://github.com/fge/json-schema-validator) is internally used for this. ## Plugin configuration ```xml com.github.sylvainlaurent.maven yaml-json-validator-maven-plugin ... validate validate validate src/main/resources/my-schema.json src/main/resources/*.json src/main/resources/do-not-validate*.json src/main/resources/*.yml false false true true false ``` Validation failures make the build fail. Requires java 1.7.