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 08091b9 SLING-8238 NPE in slingfeature-maven-plugin RepositoryMojo
new 3082ba2 SLING-8213 Not possible to specify wildcard handler property
in Maven plugin
new 639f678 SLING-8213 Not possible to specify wildcard handler property
in Maven plugin
The 200 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:
.../feature/maven/mojos/AggregateFeaturesMojo.java | 11 +-
.../feature/maven/mojos/AnalyseFeaturesMojo.java | 4 +-
.../maven/mojos/AggregateFeaturesMojoTest.java | 192 ++++++++++++++++++++-
.../maven/mojos/AnalyseFeaturesMojoTest.java | 97 +++++++++++
4 files changed, 298 insertions(+), 6 deletions(-)
create mode 100644
src/test/java/org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojoTest.java