jar

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.

Table Of Contents

Latest Version

Download dk.kyuff.pomlint : pomlint-maven-plugin JAR file - Latest Versions:

All Versions

Download dk.kyuff.pomlint : pomlint-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window pomlint-maven-plugin-1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

dk.kyuff.pomlint.rules

├─ dk.kyuff.pomlint.rules.EmptyDescriptionRule.class - [JAR]

├─ dk.kyuff.pomlint.rules.InherentDependencyRule.class - [JAR]

├─ dk.kyuff.pomlint.rules.MixedPropertyNamesRule.class - [JAR]

├─ dk.kyuff.pomlint.rules.ModuleNameRule.class - [JAR]

├─ dk.kyuff.pomlint.rules.TestScopeOutOfOrderRule.class - [JAR]

dk.kyuff.pomlint

├─ dk.kyuff.pomlint.DisableRule.class - [JAR]

├─ dk.kyuff.pomlint.HelpMojo.class - [JAR]

├─ dk.kyuff.pomlint.LintMojo.class - [JAR]

├─ dk.kyuff.pomlint.Rule.class - [JAR]

├─ dk.kyuff.pomlint.SuperMojo.class - [JAR]