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
The following commit(s) were added to refs/heads/master by this push:
new 3fc3be2 SLING-7961 : Adjust feature file reading to latest state
3fc3be2 is described below
commit 3fc3be2e797515e06ad8557e8f484fab97d0dda1
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Sep 28 15:11:15 2018 +0200
SLING-7961 : Adjust feature file reading to latest state
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 35a8a2b..96b3318 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ Sample configuration:
</goals>
<configuration>
<classifier>my-aggregated-feature</classifier>
- <features>
+ <aggregates>
<directory>
<location>${basedir}/src/main/my-features</location>
<includes>*.json</includes>
@@ -46,7 +46,7 @@ Sample configuration:
<type>slingfeature</type>
<classifier>someclassifier</classifier>
</artifact>
- </features>
+ </aggregates>
<variables>
<!-- Feature variables can be specified/overridden here -->
<https.port>8443</https.port>