You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2022/11/22 12:24:04 UTC

[nifi] branch main updated: NIFI-10849 Changed Maven compile to test-compile in GitHub ci-workflow

This is an automated email from the ASF dual-hosted git repository.

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 4725ca36ba NIFI-10849 Changed Maven compile to test-compile in GitHub ci-workflow
4725ca36ba is described below

commit 4725ca36badd2cb9e11afda2bb3643a7bfb4cab6
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Fri Nov 18 13:06:12 2022 -0600

    NIFI-10849 Changed Maven compile to test-compile in GitHub ci-workflow
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #6691.
---
 .github/workflows/ci-workflow.yml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml
index 31dac1fec5..2160641ebf 100644
--- a/.github/workflows/ci-workflow.yml
+++ b/.github/workflows/ci-workflow.yml
@@ -30,12 +30,15 @@ env:
     -Dhttp.keepAlive=false
     -Dmaven.wagon.http.pool=false
   MAVEN_COMPILE_COMMAND: >-
-    mvn compile
+    mvn test-compile
     --threads 2C
     --show-version
     --no-snapshot-updates
     --no-transfer-progress
     --fail-fast
+    -pl -:minifi-c2-integration-tests
+    -pl -:minifi-integration-tests
+    -pl -:minifi-assembly
     -pl -:nifi-assembly
     -pl -:nifi-kafka-connector-assembly
     -pl -:nifi-kafka-connector-tests
@@ -47,6 +50,10 @@ env:
     -pl -:nifi-registry-toolkit-assembly
     -pl -:nifi-runtime-manifest
     -pl -:nifi-runtime-manifest-test
+    -pl -:nifi-stateless-assembly
+    -pl -:nifi-stateless-processor-tests
+    -pl -:nifi-stateless-system-test-suite
+    -pl -:nifi-system-test-suite
   MAVEN_VERIFY_COMMAND: >-
     mvn verify
     --show-version