Hi Mark,

I’m not sure the two errors are related, but for the first one you can pass 
-Pno-swagger-ui to mvn when building:

See: 
https://github.com/apache/nifi/blob/main/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml#L136
 
<https://github.com/apache/nifi/blob/main/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml#L136>

Kevin

> On Jul 15, 2021, at 1:54 PM, Mark Bean <[email protected]> wrote:
> 
> 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

Reply via email to