NullPointerException in AbstractPatternsBasedResolver when organization is null
-------------------------------------------------------------------------------
Key: IVY-928
URL: https://issues.apache.org/jira/browse/IVY-928
Project: Ivy
Issue Type: Bug
Components: Core
Affects Versions: 2.0-RC1
Reporter: Xavier Hanin
When a mrid organization is null (it can happen when there is no groupId in m2
pom for instance), AbstractPatternsBasedResolver run into a NullPointException:
{noformat}
java.lang.NullPointerException at
org.apache.ivy.plugins.resolver.AbstractPatternsBasedResolver.convertM2IdForResourceSearch(AbstractPatternsBasedResolver.java:441)
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.