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/18 23:29:58 UTC

[commons-math] branch master updated: Update distribution source archive specification

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-math.git


The following commit(s) were added to refs/heads/master by this push:
     new 8662491  Update distribution source archive specification
8662491 is described below

commit 86624912fffb556945322abafb67f9a519104c31
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Thu Aug 19 00:29:56 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>