Gregory Chanan created SOLR-8353:
------------------------------------
Summary: Support regex for skipping license checksums
Key: SOLR-8353
URL: https://issues.apache.org/jira/browse/SOLR-8353
Project: Solr
Issue Type: Improvement
Components: Build
Reporter: Gregory Chanan
It would be useful to be able to specify a regex for license checksums to skip
in the build. Currently there are only two supported values:
1) skipChecksum (i.e. regex=*)
2) skipSnapshotsChecksum (i.e. regex=*-SNAPSHOT-*)
A regex would be more flexible and allow testing the entire build while
skipping a more limited set of checksums, e.g.:
a) an individual library (i.e. regex=joda-time*)
b) a suite of libraries (i.e. regex=hadoop*)
We could make skipChecksum and skipSnapshotsChecksum continue to work for
backwards compatbility reasons.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]