This is an automated email from the ASF dual-hosted git repository. davidb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-analyser.git
commit 51533c4bd6c7cf63a14fe0561258f0c584a994e1 Merge: dbb9187 3e6eb1e Author: David Bosschaert <[email protected]> AuthorDate: Tue Oct 9 09:41:51 2018 +0100 Merge pull request #5 from apache/include-exclude-tasks SLING-7988 - Allow Analyzer include/exclude tasks by id, in order to enable specific Tasks in the Maven plugin .../apache/sling/feature/analyser/Analyser.java | 48 +++++------- .../analyser/task/AnalyzerTaskProvider.java | 74 ++++++++++++++++++ .../task/impl/CheckRequirementsCapabilities.java | 10 +++ .../analyser/task/impl/ListExportedPackages.java | 10 +++ .../task/impl/AnalyzerTaskProviderTest.java | 87 ++++++++++++++++++++++ 5 files changed, 201 insertions(+), 28 deletions(-)
