Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

basepom/duplicate-finder-maven-plugin

Repository files navigation

Build StatusLatest Release

duplicate-finder Maven plugin

A maven plugin to find and flag duplicate classes and resources on the java classpath.

This ensures stability and reproducability of a maven build and will flag possible problems or conflicts with dependencies in a project.

About

This plugin is a friendly fork (same main authors) of the Ning maven-duplicate-finder plugin. It is configuration compatible to the ning plugin; the only change required is the group and artifact id of the plugin itself.

Requirements

The plugins requires Apache Maven 3.x.x.

Starting with release 1.2.0, Java 7 or better is required.

Starting with release 1.3.0, Java 8 or better is required.

Starting with release 1.5.0, Java 8 or better is required to run the plugin and Java 9 or better (Java 11 strongly recommended) is required to build the plugin.

Goals

The plugin has two goals:

  • duplicate-finder:check - the main goal of the plugin. Runs duplicate check on the maven classpaths.
  • duplicate-finder:help - displays standard maven plugin help information.

Documentation

Up-to-date documentation is available from the documentation site.

Release Notes

See the Changelog.

Authors

  • Thomas Dudziak (@tomdz)
  • Henning Schmiedehausen (@hgschmie)

Contributors

  • Andrew Gaul (@andrewgaul)
  • Davy De Waele (@ddewaele)
  • Conny Kreyßel (@kreyssel)
  • Matt Stephenson (@mattstep)
  • Mickaël Tricot (@mickaeltr)
  • Steven Schlansker (@stevenschlansker)
  • Tim Williamson (@twilliamson)
  • @camshoff
  • @jakub-bochenski
  • Michael Bellomo (@mbellomo)
  • Frank Jakop (fjakop)
  • Brian Clozel (@bclozel)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.