https://github.com/indoqa/cycle-maven-plugin
A Maven plugin to detect package cycles in Java code.
https://github.com/indoqa/cycle-maven-plugin
indoqa-library maven maven-plugin
Last synced: about 6 hours ago
JSON representation
A Maven plugin to detect package cycles in Java code.
- Host: GitHub
- URL: https://github.com/indoqa/cycle-maven-plugin
- Owner: Indoqa
- License: apache-2.0
- Created: 2015-11-21T14:13:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T09:11:03.000Z (about 2 years ago)
- Last Synced: 2025-04-04T15:03:53.448Z (22 days ago)
- Topics: indoqa-library, maven, maven-plugin
- Language: Java
- Homepage:
- Size: 33.2 KB
- Stars: 7
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Indoqa Cycle Maven Plugin
Analyze class relations during the Maven build to detect cyclic dependencies between the packages of a Maven module.
This software uses Degraph (https://github.com/riy/degraph).