Inline nested jars in OSGi bundles
----------------------------------
Key: HTTPCLIENT-1072
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1072
Project: HttpComponents HttpClient
Issue Type: Improvement
Components: HttpClient
Affects Versions: 4.1 Final
Reporter: Eric Jain
Eclipse doesn't support bundles with nested jars
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=111238). The workaround is to
inline the contents of the nested jars. This is a simple fix that shouldn't
impact non-Eclipse users:
pom.xml
===================================================================
- <Embed-Dependency>*;scope=compile|runtime;inline=false</Embed-Dependency>
+ <Embed-Dependency>*;scope=compile|runtime;inline=true</Embed-Dependency>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]