Ability to pull and index dependency data from the Maven M2 directory to remove the need for building the version of source you want to analyze #10
Labels
capabilities/data-sources
Concerns input formats and normalization
priority/high
Used to denote an issue that should stand out from among the rest.
type/feature
New feature or request that's satisfying some kind of functional requirement
Milestone
Issue summary & value proposition
One key piece of insight is how dependency graphs change across released versions or as part of a pull request. By moving indexing to the M2 instead of the cloned repository:
Proposed solution
This is the next crucial feature that will make osg-eyes more useful to more engineers. Several things need to happen:
(index-repo ...)
command.While still a valid filter syntax, the canonical data model used to represent nodes is changing from just
<repo>/<bundle-symbolic-name>
to full maven coordinates.(Optional) Standalone but related improvements worth doing if repo indexing is here to stay:
(Optional) (Related) Support index metadata
The text was updated successfully, but these errors were encountered: