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)