Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.02 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.02 KB

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