This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.commons.contentdetection-1.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-contentdetection.git
commit 1b77ab77376e7d417a7617317ed7bd9cd23e7bd6 Author: Bertrand Delacretaz <[email protected]> AuthorDate: Tue Jun 2 10:04:44 2015 +0000 clean plugin config git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/contentdetection@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 "[email protected]" <[email protected]>.
