Recently updated to version 1.5.0 and the download did not happen anymore.
I am using the repo in a pipeline which has other steps after the java -jar nist-data-mirror.jar outputDir json and it was silently failing with the message Usage: java NistDataMirror outputDir" which does not look like an actual error message.
In the meanwhile I solved the problem by removing the json parameter as I also looked here into the source code and saw what the message actually meant
Recently updated to version 1.5.0 and the download did not happen anymore. I am using the repo in a pipeline which has other steps after the
java -jar nist-data-mirror.jar outputDir json
and it was silently failing with the message Usage: java NistDataMirror outputDir" which does not look like an actual error message. In the meanwhile I solved the problem by removing the json parameter as I also looked here into the source code and saw what the message actually meant