You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2022/11/21 16:16:00 UTC

[jira] [Created] (NIFI-10849) Change GitHub Maven Compile Step to run test-compile

David Handermann created NIFI-10849:
---------------------------------------

             Summary: Change GitHub Maven Compile Step to run test-compile
                 Key: NIFI-10849
                 URL: https://issues.apache.org/jira/browse/NIFI-10849
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Tools and Build
            Reporter: David Handermann
            Assignee: David Handermann


The GitHub ci-workflow runs separate Maven commands for compilation and verification to differentiate compile and test operations. The Maven Compile step should be changed from {{compile}} to {{test-compile}} in order to compile both standard and test classes. The Maven Compile runs with multiple threads for increased performance on runners with multiple cores, so changing the command to {{test-compile}} provides some small performance gains.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)