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/11/23 11:11:35 UTC

[sling-org-apache-sling-launchpad-testing] branch master updated: mvn clean launcher folder

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-launchpad-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new e68051d  mvn clean launcher folder
e68051d is described below

commit e68051d95a23f4112e2c6c81c4175a018394c10b
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Mon Nov 23 12:11:19 2020 +0100

    mvn clean launcher folder
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 7649bda..3644bfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,6 +206,16 @@
                 </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <artifactId>maven-clean-plugin</artifactId>
+                <configuration>
+                    <filesets>
+                        <fileset>
+                            <directory>launcher</directory>
+                        </fileset>
+                    </filesets>
+                </configuration>
+            </plugin>
         </plugins>
     </build>