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-slingfeature-maven-plugin.git.
from 6ab893f Throw exception if no features are found for an aggregate
add becdf29 SLING-7976 - Track the
slingfeature-maven-plugin:analyse-features activity and fail when the whole
scan detects errors
new d0f52ec Merge pull request #1 from apache/analyzer-improvements
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:
pom.xml | 24 ++++++++++
src/it/analyzer-errors-detected/invoker.properties | 18 ++++++++
src/it/analyzer-errors-detected/pom.xml | 51 ++++++++++++++++++++++
.../src/main/features/errorsDetected.json | 23 ++++++++++
src/it/analyzer-errors-detected/verify.bsh | 42 ++++++++++++++++++
.../feature/maven/mojos/AnalyseFeaturesMojo.java | 35 ++++++++++++---
6 files changed, 188 insertions(+), 5 deletions(-)
create mode 100644 src/it/analyzer-errors-detected/invoker.properties
create mode 100644 src/it/analyzer-errors-detected/pom.xml
create mode 100644
src/it/analyzer-errors-detected/src/main/features/errorsDetected.json
create mode 100644 src/it/analyzer-errors-detected/verify.bsh