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 <aherb...@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>