MVN

dk.kyuff.pomlint : pomlint-maven-plugin

Maven & Gradle

Jul 10, 2016
0 stars

pomlint-maven-plugin Maven Mojo · The pomlint mojo helps enforcing a certain style in Maven projects. This is particular useful in a multi-module project maintained by large teams of developers. Often best practices are ignored when the project becomes busy. This leads to pom structures that are hard to maintain and thus degrade the projects agility. By having a linter enforce the rules upfront many of the simple mistakes can be avoided.

<plugin>
    <groupId>dk.kyuff.pomlint</groupId>
    <artifactId>pomlint-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dk.kyuff.pomlint : pomlint-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of dk.kyuff.pomlint : pomlint-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
pomlint-maven-plugin-1.1
1.0
pomlint-maven-plugin-1.0

How to add a plugin to Maven

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

<plugin>
    <groupId>dk.kyuff.pomlint</groupId>
    <artifactId>pomlint-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>