You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/09/02 08:35:39 UTC

[sling-org-apache-sling-kickstart] branch master updated: Also clean launcher and conf folders

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

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-kickstart.git


The following commit(s) were added to refs/heads/master by this push:
     new e36a2b1  Also clean launcher and conf folders
e36a2b1 is described below

commit e36a2b18740df8ed3056b56bde799adca0578b79
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Wed Sep 2 10:35:23 2020 +0200

    Also clean launcher and conf folders
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 916ff36..e0d0ee9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,6 +86,8 @@
                             <includes>
                                 <include>sling/**</include>
                                 <include>coverage.ec</include>
+                                <include>launcher/**</include>
+                                <include>conf/**</include>
                             </includes>
                         </fileset>
                     </filesets>