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:05:24 UTC

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


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

commit 4430e82d4fad710e363dce887ed8227c6da0ac6c
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Fri Aug 13 14:05:03 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 94b356d..27fcc4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -601,6 +601,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>