Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marschall/duplicate-dependencies-maven-plugin
- Owner: marschall
- Created: 2021-08-01T08:12:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T14:35:49.000Z (about 3 years ago)
- Last Synced: 2023-12-11T13:46:00.044Z (about 1 year ago)
- Topics: dependencies, maven
- Language: Java
- Homepage:
- Size: 90.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).