You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2020/07/21 10:51:16 UTC

[sling-org-apache-sling-starter] 02/02: SLING-9595 - Fully switch starter build to the feature model

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch feature/SLING-9595
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git

commit e69b23b7470796c8b026d57a0a1939adffbcc1a2
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Jul 21 13:24:46 2020 +0300

    SLING-9595 - Fully switch starter build to the feature model
    
    Enable feature archives creation.
---
 pom.xml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d07dbe2..8815bce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,17 @@
                             <includeClassifier>oak_tar</includeClassifier>
                             <includeClassifier>oak_mongo</includeClassifier>
                         </scan>
-                    </scans>                    
+                    </scans>
+                    <archives>
+                        <archive>
+                            <classifier>oak_tar_far</classifier>
+                            <includeClassifier>oak_tar</includeClassifier>
+                        </archive>
+                        <archive>
+                            <classifier>oak_mongo_far</classifier>
+                            <includeClassifier>oak_mongo</includeClassifier>
+                        </archive>
+                    </archives>                 
                 </configuration>
                 <executions>
                     <execution>
@@ -108,6 +118,7 @@
                             <goal>aggregate-features</goal>
                             <goal>analyse-features</goal>
                             <goal>attach-features</goal>
+                            <goal>attach-featurearchives</goal>
                         </goals>
                     </execution>
                </executions>