You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by GitBox <gi...@apache.org> on 2018/11/07 15:50:13 UTC

[GitHub] bosschaert commented on a change in pull request #16: SLING-8078 - New Analyser task which is able to detect Export-Package dependencies between regions

bosschaert commented on a change in pull request #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#discussion_r231560554
 
 

 ##########
 File path: src/main/java/org/apache/sling/feature/maven/mojos/Scan.java
 ##########
 @@ -41,10 +45,14 @@ public void setExcludeTask(final String name) {
         return this.excludeTasks.isEmpty() ? null : this.excludeTasks;
     }
 
+    public Map<String, String> getContextConfiguration() {
 
 Review comment:
   Would it be an idea to call this `taskConfiguration` instead?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services