[
https://issues.apache.org/jira/browse/NIFI-4216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16536328#comment-16536328
]
ASF GitHub Bot commented on NIFI-4216:
--------------------------------------
GitHub user HorizonNet opened a pull request:
https://github.com/apache/nifi-maven/pull/6
NIFI-4216 Marked mojos as ThreadSafe
Marked both mojos as `ThreadSafe`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ultratendency/nifi-maven NIFI-4216
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-maven/pull/6.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6
----
commit 992a4815f10c97fa3aa45585b40a2459492e06fc
Author: Jan Hentschel <jan.hentschel@...>
Date: 2018-07-08T16:36:13Z
NIFI-4216 Marked mojos as ThreadSafe
----
> 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
> 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)