MVN

com.isycat : yamllint-maven-plugin

Maven & Gradle

Feb 04, 2021
0 stars

yamllint-maven-plugin · yamllint provided as maven build plugin

<plugin>
    <groupId>com.isycat</groupId>
    <artifactId>yamllint-maven-plugin</artifactId>
    <version>1.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.2

All Versions

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

Version Vulnerabilities Updated
1.0.x
yamllint-maven-plugin-1.0.2

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.isycat</groupId>
    <artifactId>yamllint-maven-plugin</artifactId>
    <version>1.0.2</version>
</plugin>

Advertisement