This is an automated email from the ASF dual-hosted git repository. apalumbo pushed a commit to branch MAHOUT-2084 in repository https://gitbox.apache.org/repos/asf/mahout.git
commit a9326611594c3425d7fa71feeb0b2f9cb0f1066c Author: Andrew Palumbo <[email protected]> AuthorDate: Thu Jan 23 01:09:47 2020 -0800 filter files only to copy to release, add release dir --- dist/pom.xml | 2 +- dist/release/.gitdirectory | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/pom.xml b/dist/pom.xml index 8869808..8bb8f4e 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -114,7 +114,7 @@ <tasks> <copy todir="release"> <fileset dir="target"> - <modified/> + <type type="file"/> </fileset> </copy> </tasks> diff --git a/dist/release/.gitdirectory b/dist/release/.gitdirectory new file mode 100644 index 0000000..e69de29
