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

[commons-rng] 02/02: 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-rng.git

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

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

diff --git a/pom.xml b/pom.xml
index 166266d..47b009b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -505,6 +505,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>