You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by derekstraka <gi...@git.apache.org> on 2018/05/30 01:36:27 UTC

[GitHub] nifi-maven pull request #3: NIFI-4930: Resolve issues when fetching nar file...

GitHub user derekstraka opened a pull request:

    https://github.com/apache/nifi-maven/pull/3

    NIFI-4930: Resolve issues when fetching nar files from artifact repos…

    …itories like artifactory
    
    The NAR Maven Plugin 1.2.0 is using artifact.getVersion() to determine the Nar-Dependency-Version, however this version number can be a timestamped snapshot version number if the dependency was downloaded from a remote repo. The Nar-Dependency-Version can then differ from the declared Nar-Version in the other JAR.
    
    Signed-off-by: Derek Straka <de...@asterius.io>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/derekstraka/nifi-maven NIFI-4930

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi-maven/pull/3.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 #3
    
----
commit 40d242edbc8e31d8e26759e98927d71a11c24649
Author: Derek Straka <de...@...>
Date:   2018-05-30T01:33:36Z

    NIFI-4930: Resolve issues when fetching nar files from artifact repositories like artifactory
    
    The NAR Maven Plugin 1.2.0 is using artifact.getVersion() to determine the Nar-Dependency-Version, however this version number can be a timestamped snapshot version number if the dependency was downloaded from a remote repo. The Nar-Dependency-Version can then differ from the declared Nar-Version in the other JAR.
    
    Signed-off-by: Derek Straka <de...@asterius.io>

----


---

[GitHub] nifi-maven pull request #3: NIFI-4930: Resolve issues when fetching nar file...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/nifi-maven/pull/3


---