You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2018/11/09 12:25:49 UTC

[sling-slingfeature-maven-plugin] 01/01: Merge pull request #16 from apache/SLING-8078

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git

commit a77c48167155c1da4bb030c8f0cee40ca7290fdc
Merge: 3e073ad 05889c8
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Nov 9 13:25:44 2018 +0100

    Merge pull request #16 from apache/SLING-8078
    
    SLING-8078 - New Analyser task which is able to detect Export-Package dependencies between regions

 .../invoker.properties                             | 18 ++++++
 src/it/analyzer-apiregions-errors-detected/pom.xml | 64 ++++++++++++++++++++++
 .../src/main/features/errorsDetected.json          | 23 ++++++++
 .../analyzer-apiregions-errors-detected/verify.bsh | 42 ++++++++++++++
 .../feature/maven/mojos/AnalyseFeaturesMojo.java   | 11 ++--
 .../org/apache/sling/feature/maven/mojos/Scan.java | 11 +++-
 6 files changed, 163 insertions(+), 6 deletions(-)