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:36 UTC

[commons-numbers] 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-numbers.git


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

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

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

diff --git a/pom.xml b/pom.xml
index 000430e..a55614a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -596,6 +596,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>