I'm not quite sure which is the correct artifact. We've observed behavior that caused our software to fail when the one from jitpack was used, while it was working with the one in Maven-central.
As an aside: our project did not have the jitpack Maven repository in its configuration, but had Atlassian's. That redirects to jitpack for this particular artifact.
I realize that the authors of this project may not have much power to change things. I'm raising it nonetheless here, in an effort to help people prevent having to go through the ... process ... that we had to go through to figure out the unexpected, inconsistent build behavior that we've been observing.
It appears that different variants of the same
commons-ip-math
artifact are published in several places, although the exact same coordinates are used.The
pom.xml
file for thecom.github.jgonian:commons-ip-math:1.32
artifact is different in these repositories:I'm not quite sure which is the correct artifact. We've observed behavior that caused our software to fail when the one from jitpack was used, while it was working with the one in Maven-central.
As an aside: our project did not have the jitpack Maven repository in its configuration, but had Atlassian's. That redirects to jitpack for this particular artifact.
I realize that the authors of this project may not have much power to change things. I'm raising it nonetheless here, in an effort to help people prevent having to go through the ... process ... that we had to go through to figure out the unexpected, inconsistent build behavior that we've been observing.