Add documentation on excluding artifacts from Embed-Dependency
--------------------------------------------------------------
Key: FELIX-504
URL: https://issues.apache.org/jira/browse/FELIX-504
Project: Felix
Issue Type: Improvement
Components: Maven Bundle Plugin
Affects Versions: 1.4.0
Reporter: Carlos Sanchez
it took me a while to figure that this is the syntax to include all
dependencies but some matching list of artifactIds
<Embed-Dependency>*;scope=compile|runtime;inline=false;artifactId=!cli|lang|runtime|tidy|jsch</Embed-Dependency>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.