I am currently looking for an issue tracker to be used with a rather complex multi-module maven project (>50 sub-modules). It seems like a good idea to use the information already stored in the POM files for configuring the issue tracker, so that - for example - issues can be assigned to specific maven modules (and are associated with the version given in the corresponding POM file etc.).
This would make the whole set-up process much easier. Are there any issue trackers with specific support for 'importing' Maven project structures, maybe via additional plug-ins?
The Wikipedia feature matrix on issue trackers does not mention this, and I wonder if anyone here knows such tools?
EDIT: After looking for a while, I have not found anything. So, there is probably no tool like that yet, since even for issues trackers with many plugins, such as jira or trac, no maven import plug-ins seem to exist. Maybe a Maven import is not as straightforward as it seems, or it is not worth the effort (even in the given case there is no simple 1:1 relation between Maven module and component for issue tracking, so it would only be useful for an initial configuration).