Uploaded image for project: 'yangtools'
  1. yangtools
  2. YANGTOOLS-855

yang-maven-plugin scans dependencies twice

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Medium Medium
    • 2.0.2
    • None
    • maven plugin
    • None

      During execution when inspectDependencies is set to true we end up scanning all dependencies twice. This leads to high IO/CPU overhead, as we rummage in zip files.

      This is completely unnecessary, as we can capture matches during the first scan and then extract them when needed, skipping the second full scan pass.

            rovarga Robert Varga
            rovarga Robert Varga
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: