Skip to content

pkozelka/contentcheck-maven-plugin

Repository files navigation

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