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 <bdelacre...@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" <commits@sling.apache.org>.