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 2017/10/18 23:18:47 UTC

[sling-org-apache-sling-commons-contentdetection] 13/39: clean plugin config

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

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

commit 61f169929eeed25853edf1efa5fa04bc5e7a67bd
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Tue Jun 2 10:04:44 2015 +0000

    clean plugin config
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1683067 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/pom.xml b/pom.xml
index 20801d3..851c3a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,6 +183,21 @@
                     </classpathDependencyExcludes>
                 </configuration>
             </plugin>
+            <plugin>
+                <artifactId>maven-clean-plugin</artifactId>
+                <configuration>
+                    <filesets>
+                        <fileset>
+                            <directory>${basedir}</directory>
+                            <includes>
+                                <include>oak/**</include>
+                                <include>jackrabbit/**</include>
+                                <include>derby.log</include>
+                            </includes>
+                        </fileset>
+                    </filesets>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.