jgonian / commons-ip-math

https://github.com/jgonian/commons-ip-math
MIT License
74 stars 19 forks source link

Different artifacts in the wild, for the same Maven coordinates #35

Open guusdk opened 2 hours ago

guusdk commented 2 hours ago

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 the com.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.

guusdk commented 2 hours ago

If you're interested in tracing back our steps, leading up to this discovery: