nexus-repository-composer
nexus-repository-composer copied to clipboard
Determine proper tree view representation of Composer repositories
The tree view in Nexus 3 depends on browse nodes that are produced by browse node generators for each format.
The ComposerBrowseNodeGenerator
is currently a pass-through that inherits the default behavior from ComponentPathBrowseNodeGenerator
. We should evaluate if this representation actually makes sense for Composer, and if not, we should determine what would make sense and implement that instead.
This will probably require someone from within Sonatype, as this particular knowledge is somewhat arcane.