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: 3 months ago
JSON representation
detects duplicate dependencies with different coordinates
- Host: GitHub
- URL: https://github.com/marschall/duplicate-dependencies-maven-plugin
- Owner: marschall
- Created: 2021-08-01T08:12:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T14:35:49.000Z (over 3 years ago)
- Last Synced: 2025-01-16T02:44:52.011Z (4 months ago)
- Topics: dependencies, maven
- Language: Java
- Homepage:
- Size: 90.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Duplicate Dependencies Maven Plugin [](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/).