Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marschall/duplicate-dependencies-maven-plugin

detects duplicate dependencies with different coordinates
https://github.com/marschall/duplicate-dependencies-maven-plugin

dependencies maven

Last synced: about 2 months ago
JSON representation

detects duplicate dependencies with different coordinates

Awesome Lists containing this project

README

        

Duplicate Dependencies Maven Plugin [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.marschall/duplicate-dependencies-maven-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.marschall/duplicate-dependencies-maven-plugin)
===================================

Detects duplicate dependencies with different coordinates for example `org.springframework:spring-jcl` and `commons-logging:commons-logging`.

Usage
-----

```xml



com.github.marschall
duplicate-dependencies-maven-plugin
1.3.0


verify

detect-duplicate-dependencies




```

For more information see the [plugin page](https://marschall.github.io/duplicate-dependencies-maven-plugin/).