Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
maven-common-artifact-filters-3.3.1
-
None
Description
Encountered an NPE from PatternIncludesArtifactFilters.match if the pattern includes wildcards and the artifactoid returns null on any of its coordinates.
In such cases, the value argument will be null, which will lead to an NPE when it's being dereferenced in line 653.
This led to https://github.com/mojohaus/versions-maven-plugin/issues/673
In this case, token was JET*-SNAPSHOT and value as returned from the artifactoid was null.
Attachments
Issue Links
- links to