mattyb149 commented on a change in pull request #5298:
URL: https://github.com/apache/nifi/pull/5298#discussion_r685585748



##########
File path: .github/workflows/ci-workflow.yml
##########
@@ -17,247 +17,173 @@ name: ci-workflow
 
 on: [push, pull_request]
 
+env:
+  DEFAULT_MAVEN_OPTS: >-
+    -Xmx2g
+    -XX:ReservedCodeCacheSize=1g
+    -XX:+UseG1GC
+    -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN
+    -Dhttp.keepAlive=false
+    -Dmaven.wagon.http.pool=false
+  MAVEN_COMMAND: >-
+    mvn package verify
+    -V
+    -D dir-only
+    -D disableXmlReport
+    -nsu
+    -ntp
+    -ff
+  MAVEN_PROFILES: >-
+    -P contrib-check
+    -P include-grpc
+  MAVEN_PROJECTS: >-
+    -pl -nifi-assembly
+    -pl -nifi-toolkit/nifi-toolkit-assembly
+    -pl -nifi-registry/nifi-registry-assembly
+    -pl -minifi/minifi-assembly

Review comment:
       This line is very important, I didn't realize we hadn't been building 
the minifi-assembly before, I missed it with the big integration PR. Great 
catch!




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to