[
https://issues.apache.org/jira/browse/NIFI-4216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16546984#comment-16546984
]
Bryan Bende commented on NIFI-4216:
-----------------------------------
[~joewitt] I tried a parallel build of NiFi using the NAR Plugin with this
patch, and it appears to build correctly without the warnings. Let me know if
you wanted to do further review, otherwise happy to merge.
> NiFi Maven plugin for Nars needs to be marked ThreadSafe
> --------------------------------------------------------
>
> Key: NIFI-4216
> URL: https://issues.apache.org/jira/browse/NIFI-4216
> Project: Apache NiFi
> Issue Type: Bug
> Components: Tools and Build
> Reporter: Joseph Witt
> Assignee: Joseph Witt
> Priority: Major
>
> Building in Maven 3.5.0 reveals the following warning (all works fine but...)
> [WARNING] *****************************************************************
> [WARNING] * Your build is requesting parallel execution, but project *
> [WARNING] * contains the following plugin(s) that have goals not marked *
> [WARNING] * as @threadSafe to support parallel building. *
> [WARNING] * While this /may/ work fine, please look for plugin updates *
> [WARNING] * and/or request plugins be made thread-safe. *
> [WARNING] * If reporting an issue, report it against the plugin in *
> [WARNING] * question, not against maven-core *
> [WARNING] *****************************************************************
> [WARNING] The following plugins are not marked @threadSafe in
> nifi-framework-nar:
> [WARNING] org.apache.nifi:nifi-nar-maven-plugin:1.2.0
> [WARNING] Enable debug to see more precisely which goals are not marked
> @threadSafe.
> [WARNING] *****************************************************************
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)