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

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.

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