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 <[email protected]>
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 <derek@...>
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 <[email protected]>
----
---