You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/04/02 22:35:22 UTC

[GitHub] [nifi-minifi-cpp] apiri commented on a change in pull request #532: MINIFICPP-798 - Default to batch mode for JNI Maven builds

apiri commented on a change in pull request #532: MINIFICPP-798 - Default to batch mode for JNI Maven builds
URL: https://github.com/apache/nifi-minifi-cpp/pull/532#discussion_r271521551
 
 

 ##########
 File path: extensions/jni/CMakeLists.txt
 ##########
 @@ -46,7 +46,7 @@ file(COPY ${JNI_FRAMEWORK_JAR_SOURCE} DESTINATION ${JNI_FRAMEWORK_JAR_BIN})
 file(COPY ${JNI_ASSEMBLY_JAR_SOURCE} DESTINATION ${JNI_ASSEMBLY_JAR_BIN})
 
 message("Building NiFi assembly for packaging ....")
-execute_process(COMMAND "mvn" "package" "-Denforcer.skip=true"
+execute_process(COMMAND "mvn" "-q" "package" "-Denforcer.skip=true"
 
 Review comment:
   Could potentially be a "-B" for batch with more output, but it provides little value in the context of the core cpp build

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services