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
- Host: GitHub
- URL: https://github.com/yegor256/jpeek-maven-plugin
- Owner: yegor256
- License: mit
- Created: 2020-05-05T16:41:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:48:33.000Z (over 2 years ago)
- Last Synced: 2025-03-22T21:07:30.852Z (about 1 year ago)
- Topics: cohesion, java, maven-plugin, metrics
- Language: Java
- Homepage: https://www.jpeek.org
- Size: 34.2 KB
- Stars: 9
- Watchers: 6
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```