You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Hiram Chirino (JIRA)" <ji...@apache.org> on 2011/01/29 02:40:43 UTC

[jira] Created: (FELIX-2812) The filter can fail if your matching against multiple "*" artifact ids.

The <Embed-Dependency> filter can fail if your matching against multiple "*" artifact ids.
------------------------------------------------------------------------------------------

                 Key: FELIX-2812
                 URL: https://issues.apache.org/jira/browse/FELIX-2812
             Project: Felix
          Issue Type: Bug
          Components: Maven Bundle Plugin
    Affects Versions: maven-bundle-plugin-2.2.0
            Reporter: Hiram Chirino
            Assignee: Hiram Chirino
             Fix For: maven-bundle-plugin-2.3.0


For example:
<Embed-Dependency>
*;groupId=org.apache.activemq;inline=true;optional=false,
*;groupId=org.yaml;inline=true;optional=false
</Embed-Dependency>

only the first group would match.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (FELIX-2812) The filter can fail if your matching against multiple "*" artifact ids.

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hiram Chirino resolved FELIX-2812.
----------------------------------

    Resolution: Fixed

Fixed in rev r1064938

> The <Embed-Dependency> filter can fail if your matching against multiple "*" artifact ids.
> ------------------------------------------------------------------------------------------
>
>                 Key: FELIX-2812
>                 URL: https://issues.apache.org/jira/browse/FELIX-2812
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-2.2.0
>            Reporter: Hiram Chirino
>            Assignee: Hiram Chirino
>             Fix For: maven-bundle-plugin-2.3.0
>
>
> For example:
> <Embed-Dependency>
> *;groupId=org.apache.activemq;inline=true;optional=false,
> *;groupId=org.yaml;inline=true;optional=false
> </Embed-Dependency>
> only the first group would match.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.