[
https://issues.apache.org/jira/browse/NIFI-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15323002#comment-15323002
]
ASF GitHub Bot commented on NIFI-1989:
--------------------------------------
GitHub user PuspenduBanerjee opened a pull request:
https://github.com/apache/nifi/pull/514
fixes NIFI-1989
Fixes : https://issues.sonatype.org/browse/MVNCENTRAL-244
> Taking a look at the POM at
http://repo1.maven.org/maven2/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom,
the groupId and artifactId are different from the deploy path and it seems the
identical artifacts are available at
http://repo1.maven.org/maven2/commons-io/commons-io/1.3.2/
Having the same classes available under two different GAV coordinates may
lead to a lot of problems should one decide to update the component to a new
version. I see a lot of old builds could break when we delete from the old
coordinates, but what about a (correct) relocation POM? Builds would continue
to work and the mishap would appear on the screen.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PuspenduBanerjee/nifi NIFI-1989
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/514.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 #514
----
commit e25bdd7b2b455728fb14ab7d0cd9a2c76c271aad
Author: Puspendu Banerjee <[email protected]>
Date: 2016-06-09T18:00:57Z
fixes NIFI-1989
----
> Need to align commons-io artifact group as per MVNCENTRAL-244
> -------------------------------------------------------------
>
> Key: NIFI-1989
> URL: https://issues.apache.org/jira/browse/NIFI-1989
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Tools and Build
> Affects Versions: 1.0.0
> Reporter: Puspendu Banerjee
> Priority: Minor
> Labels: artifact, dependency, maven
>
> [WARNING] While downloading org.apache.commons:commons-io:1.3.2
> This artifact has been relocated to commons-io:commons-io:1.3.2.
> https://issues.sonatype.org/browse/MVNCENTRAL-244
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)