net.kozelka.maven:contentcheck-maven-plugin

Top-level POM for all my projects

License

License

Categories

Categories

Maven Build Tools Net
GroupId

GroupId

net.kozelka.maven
ArtifactId

ArtifactId

contentcheck-maven-plugin
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Top-level POM for all my projects
Project Organization

Project Organization

Petr Kozelka
Source Code Management

Source Code Management

https://github.com/pkozelka/contentcheck-maven-plugin

Download contentcheck-maven-plugin

How to add to project

<plugin>
    <groupId>net.kozelka.maven</groupId>
    <artifactId>contentcheck-maven-plugin</artifactId>
    <version>1.0.5</version>
</plugin>

Dependencies

compile (9)

Group / Artifact Type Version
org.apache.maven : maven-project jar 2.2.1
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4
org.apache.maven : maven-plugin-api jar 3.1.1
org.codehaus.plexus : plexus-utils jar 2.1
org.apache.maven.plugins : maven-project-info-reports-plugin jar 2.3.1
org.apache.maven.shared : maven-dependency-tree jar 2.1
org.apache.maven.shared : maven-shared-jar jar 1.1
org.codehaus.jackson : jackson-core-asl jar 1.6.0
org.codehaus.jackson : jackson-mapper-asl jar 1.6.0

test (4)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.8.5
org.hamcrest : hamcrest-all jar 1.3
org.apache.archiva : archiva-webapp war 2.1.0

Project Modules

There are no modules declared in this project.

Maven Content Check Plugin

TravisCI Status

Gives you more control over your WAR file's contents:

  • detects arrival of new jars into WEB-INF/lib - dependency changes have non-trivial transitive impacts; some commonly used libraries embed others which makes the real content of the class-path quite chaotic
  • detects class conflicts between contained jars - are often easy to avoid, but rarely detected - and can cause really ugly, mysterious troubles
  • helps you identify license issues

For more info, see the project website or usage.

Contributing

Any contribution is welcome. You can help by

  • reporting issues of any kind
  • proofreading the texts
  • contributing patches, ideally by forking this repo and posting pull-request

Versions

Version
1.0.5
1.0.4
1.0.3