Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-5209

Allow the license checker to optionally avoid check sum comparisons on SNAPSHOT dependencies.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 4.6, 6.0
    • general/build
    • None
    • New

    Description

      SNAPSHOT's cannot actually be used and released by Lucene/Solr, but we use them downstream in some cases during development - we have to harmonize jars across multiple projects.

      It would be nice if we could avoid doing the check sum check on SNAPSHOT's, but still do the license check (dev adds any dependency, dev must add license immediately).

      This first patch adds a new system property called skipSnapshotsChecksum - if you set it to true, SNAPSHOT dependency's will not be check sum compared.

      I think this change makes the license checker more consumable.

      Attachments

        1. LUCENE-5209.patch
          6 kB
          Mark Miller

        Activity

          People

            markrmiller@gmail.com Mark Miller
            markrmiller@gmail.com Mark Miller
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: