Mark Miller created LUCENE-5209:
-----------------------------------
Summary: Allow the license checker to optionally avoid check sum
comparisons on SNAPSHOT dependencies.
Key: LUCENE-5209
URL: https://issues.apache.org/jira/browse/LUCENE-5209
Project: Lucene - Core
Issue Type: Improvement
Components: general/build
Reporter: Mark Miller
Assignee: Mark Miller
Priority: Minor
Fix For: 5.0, 4.6
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]