cziegeler commented on issue #7: SLING-8078 - New Analyser task which is able to detect Export-Package dependencies between regions URL: https://github.com/apache/sling-org-apache-sling-feature-analyser/pull/7#issuecomment-437316155 @simonetripodi Thanks. We had some more discussion on the configuration part and came to a minor change: instead of passing a map of Map<String, String> configuration and then doing the filtering in the Analyser, the parameter should rather be a Map<String, Properties> The key of that map is the name of the task and the Properties value are the properties passed into the task. This avoids defining a format for the key like we do atm The configuration in the maven plugin could still stay at is, you would just need to add the filtering in the maven plugin instead of the Analyser.
---------------------------------------------------------------- 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
