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

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.

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`.