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

https://github.com/yegor256/jpeek-maven-plugin

Maven Plugin for jPeek
https://github.com/yegor256/jpeek-maven-plugin

cohesion java maven-plugin metrics

Last synced: 10 months ago
JSON representation

Maven Plugin for jPeek

Awesome Lists containing this project

README

          

## How to use?

Add the plugin execution to your `pom.xml`:

```xml

org.jpeek
jpeek-maven-plugin
1.0-SNAPSHOT




analyze





${project.build.outputDirectory}
${project.build.directory}/jpeek/
8.0


```

Or run it from the command-line:

```
mvn org.jpeek:jpeek-maven-plugin:1.0-SNAPSHOT:analyze
```