Roadmap for Dependometer Maven Plugin
Ideas and Feature Requests
Support for Multi-Module Project
- creating a default logical archicture definition
try to extract some kind of logical architecture from maven project structure, e.g mapping modules to layers? and dependencies to allowed dependencies in the definition
Separation of configuration and architecture definition
- maybe seperate the logical architecture definition from the rest of the configuration. User should be able to configure project filters, settings, etc in maven and provide a
separate architecture definition file
Link line numbers to XRef Report
- if reporting a dependcy violation or cycle for a compilation unit, it would be useful to jump to the related line of code in the XRef report (if XRef reports are generated)