Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.03 KB

IDEA.Dependencies

Build Version Downloads

This is a simple plugin that tries to find unused library/module dependencies in IDEA-platform projects.

The main idea is to resolve all PsiElements within a module to figure out what modules are reached there. All TEST or COMPILE and unreachable modules are subject for removal.

License

Apache 2.0. See LICENSE.txt

Plugin Binaries

Checkout releases branch in the repo

Plugin is deployed into Plugins Repository

Building

Call ant -f fetch.xml fetch from the build directory.

Use IntelliJ IDEA for the build/development.

This project uses https://github.com/jonnyzzz/intellij-ant-maven to simplify development.