Last Version

pomlint-maven-plugin Maven Mojo 1.1

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.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

dk.kyuff.pomlint
ArtifactId

ArtifactId

pomlint-maven-plugin
Version

Version

1.1
Type

Type

maven-plugin
Description

Description

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.
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/kyuff/pomlint-maven-plugin

Download pomlint-maven-plugin 1.1


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

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.0
org.apache.maven : maven-core jar 3.0
org.apache.maven : maven-model jar 3.0

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 3.3.0
org.apache.maven.shared : maven-verifier jar 1.6
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.