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 a92badd  SLING-9416 : Use extension far for feature archives by default
a92badd is described below

commit a92badd17b034cb5cfe9f2f21ec5b803ce075949
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu May 7 07:10:34 2020 +0200

    SLING-9416 : Use extension far for feature archives by default
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index a19561c..2f14159 100644
--- a/README.md
+++ b/README.md
@@ -297,6 +297,8 @@ By default all features known to the project are used to 
create feature archive
 
 It is possible to refine which feature archives should be created by selecting 
features as well as creating multiple features. The below configuration creates 
two feature archives. The first one with the classifier *platformarchive* 
contains a single feature with the classifier *platform*. The second archive 
gets the classifier *uiarchive* and contains two features with the classifiers 
*uibase* and *ui*.
 
+By default, a feature archive gets the type `far`. By specifying the optional 
`type` configuration this can be changed to another type.
+
 ```
 <execution>
     <id>create-feature-archives</id>
@@ -308,6 +310,8 @@ It is possible to refine which feature archives should be 
created by selecting f
             <archive>
                 <classifier>platformarchive</classifier>
                 <includeClassifier>platform</includeClassifier>
+                // optional type
+                <type>zip</type>
             </archive>
             <archive>
                 <classifier>uiarchive</classifier>

Reply via email to