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 7b00eb7  Minor updates to readme
7b00eb7 is described below

commit 7b00eb7b13c3c4643e3f7ec6ec0eccdcbd4b01af
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Mon Oct 1 17:14:37 2018 +0200

    Minor updates to readme
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ef29a2b..7235f51 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,9 @@ Sample configuration:
   </plugin>  
 ```
 
-All features found in the directory as well as the artifact sections of the 
configuration are aggregated into a single feature.
+All features found in the directory as well as the artifact sections of the 
plugin configuration are aggregated into a single feature. Includes are 
processed in the way they appear in the configuration. If an include contains a 
pattern which includes more than one feature, than the features are included 
based on their full alphabetical file path. The features are aggregated in the 
order they are included.
+
+If an include or an exclude is not using a pattern but directly specifying a 
file, this file must exists. Otherwise the build fails.
 
 The merged feature will have the same `groupId`, `artifactId` and `version` as 
the pom in which the aggregation is configured. It will have type 
`slingfeature` and as classifier the one specified in the configuration named 
`aggregateClassifier`.
 

Reply via email to