This is an automated email from the ASF dual-hosted git repository. mattjuntunen pushed a commit to annotated tag NUMBERS_1_0_B1_RC1 in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
commit 38730f37233053ec411312f5cc8afe9214bb7942 Author: Matt Juntunen <matt.juntu...@hotmail.com> AuthorDate: Sun Mar 29 16:14:11 2020 -0400 Release candidate --- dist-archive/src/assembly/src.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist-archive/src/assembly/src.xml b/dist-archive/src/assembly/src.xml index cf75fed..9bba2c4 100644 --- a/dist-archive/src/assembly/src.xml +++ b/dist-archive/src/assembly/src.xml @@ -26,9 +26,9 @@ limitations under the License. <directory>${project.basedir}/..</directory> <excludes> <exclude>${project.build.directory}/**</exclude> - <exclude>.*/**</exclude> - <exclude>**/${project.build.directory}/**</exclude> <exclude>**/.*/**</exclude> + <exclude>**/${project.build.directory}/**</exclude> + <exclude>**/site-content/**</exclude> </excludes> </fileSet> </fileSets>