We have had two ocurrences when maven has dowloaded a jar file without the associated pom file.
The latest (as per https://shibboleth.atlassian.net/browse/JPAR-190#icft=JPAR-190 is org.codehaus.plexus:plexus-utils:jar:1.1
org.codehaus.plexus:plexus-utils:jar:1.1
We read the pom because it's handy but in theory we don't need that to get the artifact coordinates.
Painful. But fixed with 0d325d4
0d325d4
We have had two ocurrences when maven has dowloaded a jar file without the associated pom file.
The latest (as per https://shibboleth.atlassian.net/browse/JPAR-190#icft=JPAR-190 is
org.codehaus.plexus:plexus-utils:jar:1.1
We read the pom because it's handy but in theory we don't need that to get the artifact coordinates.