simonetripodi commented on issue #16: SLING-8078 - New Analyser task which is able to detect Export-Package dependencies between regions URL: https://github.com/apache/sling-slingfeature-maven-plugin/pull/16#issuecomment-437347177 Thanks to you @cziegeler for reviewing and merging my modifications, very appreciated! Just for the record, the Maven configuration changed a little: ```XML <scans> <scan> <includes>**/*.json</includes> <includeTasks>api-regions-dependencies</includeTasks> <!-- taskConfiguration is a String, Properties map --> <taskConfiguration> <!-- each key represents an AnalyserTask ID --> <api-regions-dependencies> <!-- this is the typical maven way to configure a Properties instance --> <property> <name>exporting-apis</name> <value>my-global</value> </property> <property> <name>hiding-apis</name> <value>my-deprecated</value> </property> </api-regions-dependencies> </taskConfiguration> </scan> </scans> ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
