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

pvillard31 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 63dc97ef660 NIFI-16233 Added Check Build Plan Step to Compliance 
Workflow (#11572)
63dc97ef660 is described below

commit 63dc97ef660c61184a42265473d331ca305f28c2
Author: David Handermann <[email protected]>
AuthorDate: Thu Aug 20 14:46:20 2026 -0500

    NIFI-16233 Added Check Build Plan Step to Compliance Workflow (#11572)
---
 .github/workflows/code-compliance.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.github/workflows/code-compliance.yml 
b/.github/workflows/code-compliance.yml
index eb228081e02..5ef588a9c1b 100644
--- a/.github/workflows/code-compliance.yml
+++ b/.github/workflows/code-compliance.yml
@@ -63,6 +63,18 @@ jobs:
           --fail-fast
           --activate-profiles contrib-check
           validate
+      - name: Check Build Plan
+        # Exclude modules referencing ANTLR 3 Plugin
+        run: >
+          ./mvnw
+          --show-version
+          --no-snapshot-updates
+          --no-transfer-progress
+          --activate-profiles apache-release
+          --projects -:nifi-expression-language
+          --projects -:nifi-hl7-query-language
+          --projects -:nifi-record-path
+          artifact:check-buildplan
 
   scan:
     timeout-minutes: 120

Reply via email to