Thanks for confirming Joe. Created a ticket: https://issues.apache.org/jira/browse/NIFI-11917 <https://issues.apache.org/jira/browse/NIFI-11917>
Greg > On Aug 7, 2023, at 12:17 PM, Joe Witt <[email protected]> wrote: > > Greg > > Yeah seems likely there is a build issue with the RPM profile. I think we > just dont have enough people exercising that thing often enough anymore and > so when it breaks it is silent. The only thing we meant to have an RPM for > as far as I recall was the nifi assembly itself but perhaps we had an RPM > target in the toolkit. Probably best to file a JIRA from here with as much > detail as you can including the output of 'mvn -version' > > Thanks > > On Mon, Aug 7, 2023 at 8:59 AM Gregory M. Foreman > <[email protected] <mailto:[email protected]>> > wrote: > 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
