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-numbers.git
commit b2ebde60f6b071edd6698310fd49379641ce6b20 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Thu Aug 19 00:50:02 2021 +0100 Update distribution source archive specification Copy from commons-rng multi-module project --- dist-archive/src/assembly/src.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dist-archive/src/assembly/src.xml b/dist-archive/src/assembly/src.xml index 9bba2c4..8aa97ea 100644 --- a/dist-archive/src/assembly/src.xml +++ b/dist-archive/src/assembly/src.xml @@ -23,12 +23,12 @@ limitations under the License. <baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory> <fileSets> <fileSet> - <directory>${project.basedir}/..</directory> + <directory>../</directory> <excludes> - <exclude>${project.build.directory}/**</exclude> - <exclude>**/.*/**</exclude> - <exclude>**/${project.build.directory}/**</exclude> + <exclude>**/.git/**</exclude> <exclude>**/site-content/**</exclude> + <exclude>site-content.README</exclude> + <exclude>**/target/**</exclude> </excludes> </fileSet> </fileSets>