I'm trying to build rel/nifi-1.14.0 on a private, non-Internet connected network. The nifi-registry portion is failing.
[ERROR] Failed to execute goal com.googlecode.maven-download-plugin:download-maven-plugin:1.2.1:wget (download-swagger-ui) on project nifi-registry-web-api: IO Error: Error while expalnding ~/nifi/nifi-registry/nifi-registry-core/nifi-registry-web-api/target/v3.12.0.tar.gz: Not in GZIP format [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.5:npm (npm-install) on project nifi-registry-web-ui: Failed to run task: 'npm --silent ci' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) The two errors may be related (?) Either way, it appears to me that the build is attempting to use wget to reach out to an Internet location to download the v3.12.0.tar.gz. Can someone confirm that is the problem? Is there a way around this? Can this file be provided from a reachable/local source location? Thanks, Mark
