You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Joseph Witt (JIRA)" <ji...@apache.org> on 2017/07/24 12:46:00 UTC

[jira] [Created] (NIFI-4216) NiFi Maven plugin for Nars needs to be marked ThreadSafe

Joseph Witt created NIFI-4216:
---------------------------------

             Summary: 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


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
(v6.4.14#64029)