Hello:

I am trying to build Nifi 1.23.0 from source using:

JAVA_OPTS="-Xms128m -Xmx4g"
MAVEN_OPTS="-Dorg.slf4j.simpleLogger.defaultLogLevel=ERROR -Xms1024m -Xmx3076m 
-XX:MaxPermSize=256m"

mvn -T C2.0 --batch-mode -Prpm -DskipTests clean install

but the following error is thrown:

[ERROR] Failed to execute goal 
org.codehaus.mojo:rpm-maven-plugin:2.2.0:attached-rpm (build-bin-rpm) on 
project nifi-toolkit-assembly: Source location 
/root/test/nifi-1.23.0/nifi-toolkit/nifi-toolkit-assembly/target/nifi-toolkit-1.23.0-bin/nifi-toolkit-1.23.0/LICENSE
 does not exist -> [Help 1]

The path above ends at:

/root/test2/nifi/nifi-toolkit/nifi-toolkit-assembly/target/

There is a zip file within it that has not been unzipped:

nifi-toolkit-1.23.0-bin.zip

Is this an issue with the build?  Or am I missing some config setting?


Thanks,
Greg

Reply via email to