Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Make Jersey's custom JavaDoc doclet ResourceDoclet Tycho-aware

> This does not happen for
> dependencies with nested jars, but otherwise this should just work.

Nested jars consumed from external bundles should work too.
The OSGi compile classpath computed by Tycho is automatically and almost completely injected back into the maven model.
There are some minor exceptions where the 
the full Bundle-Classpath "flexibility" of OSGi could simply not be mapped to the maven model, see [1] for details.

Regards,
Jan

[1] https://issues.sonatype.org/browse/TYCHO-483?focusedCommentId=125868&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-125868 




Back to the top