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.