https://github.com/abargnesi/oss-maven-plugin
Analysis of open source dependencies used within maven projects.
https://github.com/abargnesi/oss-maven-plugin
Last synced: 3 months ago
JSON representation
Analysis of open source dependencies used within maven projects.
- Host: GitHub
- URL: https://github.com/abargnesi/oss-maven-plugin
- Owner: abargnesi
- Created: 2018-10-25T02:01:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T17:00:40.000Z (over 6 years ago)
- Last Synced: 2025-01-12T17:47:37.641Z (5 months ago)
- Language: Java
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## oss-maven-plugin
A plugin that reports on issues for the open source dependencies
that you use in your maven project.Dependency usage is determined based on import statements
declared in your *.java* files. The report is ordered by most-imported
dependencies.#### build
Clone repository. Run `mvn clean install`.
#### use in project
Add the following to your `` section:
```xml
com.github
oss-maven-plugin
1.0.0-SNAPSHOT```
Then run `mvn oss:report-issues`.