Also, I think even in a multi-module build like NiFi just running "package" will not make compiled dependencies available. Ergo the JAR file for the Mongo client service won't be available to the NiFi modules that reference it unless you switch to the install goal.
On Sun, Mar 22, 2020 at 6:08 PM Joe Witt <[email protected]> wrote: > Muazma’s reply was spot on. An additional point is to do the build from > the root nifi source directory. > > On Sun, Mar 22, 2020 at 5:41 PM Muazma Zahid <[email protected]> wrote: > > > mvn -Pcontrib-check clean install //for contribution check > > mvn clean install –DskipTests //for skipping tests > > > > //works on MAC OS > > > > export MAVEN_OPTS="-Xms1024m -Xmx3076m -XX:MaxPermSize=256m" > > > > mvn -T C2.0 clean install > > More information at http://nifi.apache.org/quickstart.html > > > > Thanks, > > Muazma > > > > On Sun, Mar 22, 2020 at 2:20 PM Waleed Aibany <[email protected]> > wrote: > > > > > Dear Nifi Team, > > > > > > What is the maven command you use to build NiFi Source Code? Any > > preferable > > > one!. I face some issues when I try to run [mvn package], it is give me > > > this message as example "*The POM for > > > org.apache.nifi:nifi-mongodb-client-service-api-nar:nar:1.12.0-SNAPSHOT > > is > > > missing, no dependency information available*". > > > > > > Thank you > > > > > >
