dependency includes filters don't match wildcard (*) in middle of coordinate 
segment
------------------------------------------------------------------------------------

                 Key: MASSEMBLY-570
                 URL: https://jira.codehaus.org/browse/MASSEMBLY-570
             Project: Maven 2.x Assembly Plugin
          Issue Type: Bug
    Affects Versions: 2.2.1
            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

        

Reply via email to