duplicate-finder-maven-plugin Maven Mojo · The Maven duplicate-finder plugin provides goals to check the various maven scoped classpaths (compile, runtime, test) for duplicate classes and resources.
Group: org.basepom.maven - All Dependencies
The dependency-versions-check plugin verifies that all resolved versions of artifacts are at least the versions specified by the project dependencies. The Maven dependency resolution process will substitute versions for the different artifacts in a dependency tree and sometimes chooses incompatible versions which leads to difficult to detect problems. This plugin resolves all dependencies and collects any requested version. It evaluates whether the resolved versions are compatible to the requested versions and reports possible conflicts.
Repack Maven Plugin · Repackages any java project with all its dependencies in a single jar file.
Property Helper Maven Plugin · Property generation and manipulation in the maven pom.
Dependency Management Maven Plugin · Maven Plugin for validating that the versions in dependency management and plugin management match the resolved versions.
Dependency Scope Maven Plugin · This plugin aims to mitigate a particular pesky problem with Maven which is that if you declare a dependency with test scope, that will take precedence over a transitive dependency with compile scope.