You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/08/13 13:04:25 UTC

[commons-statistics] branch master updated: Clean site-content.README file

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 23ca0be  Clean site-content.README file
23ca0be is described below

commit 23ca0be7825809813e2e5178a5bf63d069be1253
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Fri Aug 13 14:04:23 2021 +0100

    Clean site-content.README file
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 574bc1d..02f0f7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -584,6 +584,7 @@ This is avoided by creating an empty directory when svn is not available.
                 <configuration>
                   <target name="remove-checkout">
                     <delete dir="${commons.scmPubCheckoutDirectory}" quiet="true"/>
+                    <delete file="${commons.scmPubCheckoutDirectory}.README" quiet="true"/>
                   </target>
                 </configuration>
               </execution>