This is an automated email from the ASF dual-hosted git repository.
davidb pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-analyser.git.
from dbb9187 SLING.7965 : Scanner should not require ArtifactManager
add 3e6eb1e SLING-7988 - Allow Analyzer include/exclude tasks by id, in
order to enable specific Tasks in the Maven plugin
new 51533c4 Merge pull request #5 from apache/include-exclude-tasks
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../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(-)
create mode 100644
src/main/java/org/apache/sling/feature/analyser/task/AnalyzerTaskProvider.java
create mode 100644
src/test/java/org/apache/sling/feature/analyser/task/impl/AnalyzerTaskProviderTest.java