kwin commented on pull request #59: URL: https://github.com/apache/sling-slingfeature-maven-plugin/pull/59#issuecomment-731366194
@cziegeler I implemented according to your suggestion in https://lists.apache.org/thread.html/r30b0b6357d398696d704aa65120daaacc1291f53d84f5eb746da4e0b%40%3Cdev.sling.apache.org%3E. Can you give some hints on how to implement the "capabilities" for bundles not exporting anything? > But it gets more difficult if a bundle is just providing a capability but no java api. In that case that bundle is not even considered for api generation. I fear the only way out is to add some metadata to that bundle which is then picked up by the api jar mojo to add the capabilities of that bundle. That information probably needs the api region it belongs to. When should that metadata be added and by which tool? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
