MVN

com.github.stma : yamllint-maven-plugin

Maven & Gradle

Nov 14, 2015
3 stars

This project aims to give you a validate time tool to show your yaml file deffects.

<plugin>
    <groupId>com.github.stma</groupId>
    <artifactId>yamllint-maven-plugin</artifactId>
    <version>0.1b</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.stma : yamllint-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1b

All Versions

Choose a version of com.github.stma : yamllint-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1b
yamllint-maven-plugin-0.1b

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.stma</groupId>
    <artifactId>yamllint-maven-plugin</artifactId>
    <version>0.1b</version>
</plugin>

Advertisement