Github user trixpan commented on the issue:
https://github.com/apache/nifi/pull/985
@apiri, @mcgilman
I did a few new tweaks so that job sequence is:
1. rat check (before_install)
2. parallel compile with skipTests (install)
3. style check and test via mvn verify (script)
As mentioned above previously I could not find a way of running
`checkstyle:check` before compilation, while respecting our checkstyle rules so
to prevent errors such as:
`[WARNING] src/main/java/org/apache/nifi/reporting/ReportingTask.java[64:8]
(javadoc) JavadocMethod: Unable to get class information for @throws tag
'org.apache.nifi.reporting.InitializationException'.`
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---