You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "John Casey (JIRA)" <ji...@codehaus.org> on 2011/08/31 22:23:32 UTC

[jira] Created: (MSHARED-205) wildcard in middle of artifact-coordinate segment not recognized in Pattern*ArtifactFilter

wildcard in middle of artifact-coordinate segment not recognized in Pattern*ArtifactFilter
------------------------------------------------------------------------------------------

                 Key: MSHARED-205
                 URL: https://jira.codehaus.org/browse/MSHARED-205
             Project: Maven Shared Components
          Issue Type: Bug
          Components: maven-common-artifact-filters
    Affects Versions: maven-common-artifact-filters-1.3
            Reporter: John Casey


This works:

{code:xml}<include>org.apache.maven.plugins:*-plugin</include>{code}

As does this:

{code:xml}<include>org.apache.maven.plugins:maven-*</include>{code}

But NOT this:

{code:xml}<include>org.apache.maven.plugins:maven*plugin</include>{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MSHARED-205) wildcard in middle of artifact-coordinate segment not recognized in Pattern*ArtifactFilter

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MSHARED-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Casey closed MSHARED-205.
------------------------------

       Resolution: Fixed
    Fix Version/s: maven-common-artifact-filters-1.4
         Assignee: John Casey

Added tests and implementation.

> wildcard in middle of artifact-coordinate segment not recognized in Pattern*ArtifactFilter
> ------------------------------------------------------------------------------------------
>
>                 Key: MSHARED-205
>                 URL: https://jira.codehaus.org/browse/MSHARED-205
>             Project: Maven Shared Components
>          Issue Type: Bug
>          Components: maven-common-artifact-filters
>    Affects Versions: maven-common-artifact-filters-1.3
>            Reporter: John Casey
>            Assignee: John Casey
>             Fix For: maven-common-artifact-filters-1.4
>
>
> This works:
> {code:xml}<include>org.apache.maven.plugins:*-plugin</include>{code}
> As does this:
> {code:xml}<include>org.apache.maven.plugins:maven-*</include>{code}
> But NOT this:
> {code:xml}<include>org.apache.maven.plugins:maven*plugin</include>{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira