Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.2.1
-
Fix Version/s: 2.2.2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
This works:
<include>org.apache.maven.plugins:*-plugin</include>
As does this:
<include>org.apache.maven.plugins:maven-*</include>
But NOT this:
<include>org.apache.maven.plugins:maven*plugin</include>
Issue Links
- depends upon
-
MSHARED-205
wildcard in middle of artifact-coordinate segment not recognized in Pattern*ArtifactFilter
-