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).
License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.indoqa |
ArtifactId | ArtifactIdcycle-maven-plugin |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typemaven-plugin |
Description |
DescriptionIndoqa Cycle Maven Plugin
Detect Package Cycles during the Maven build
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cycle-maven-plugin-2.0.2.pom | |
cycle-maven-plugin-2.0.2.jar | 12 KB |
cycle-maven-plugin-2.0.2-sources.jar | 7 KB |
cycle-maven-plugin-2.0.2-javadoc.jar | 44 KB |
Browse |
<plugin>
<groupId>com.indoqa</groupId>
<artifactId>cycle-maven-plugin</artifactId>
<version>2.0.2</version>
</plugin>
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-plugin-api | jar | 3.5.4 |
org.apache.maven : maven-model | jar | 3.5.4 |
org.apache.maven : maven-core | jar | 3.5.4 |
org.apache.maven.plugin-tools : maven-plugin-annotations Optional | jar | 3.5.2 |
de.schauderhaft.degraph : degraph-check | jar | 0.1.4 |
org.ow2.asm : asm | jar | 6.2 |
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).