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:20:54 UTC

[commons-math] 02/03: Add jars to dist archive

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

commit c8b45d43fadd0ceeb9be0f2a7213786e6c4685ad
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Thu Aug 19 00:15:50 2021 +0100

    Add jars to dist archive
---
 dist-archive/src/assembly/bin.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/dist-archive/src/assembly/bin.xml b/dist-archive/src/assembly/bin.xml
index 95dfe52..47394f6 100644
--- a/dist-archive/src/assembly/bin.xml
+++ b/dist-archive/src/assembly/bin.xml
@@ -38,5 +38,12 @@ limitations under the License.
         <include>RELEASE-NOTES.txt</include>
       </includes>
     </fileSet>
+    <fileSet>
+      <directory>${project.basedir}/target/dependency</directory>
+      <outputDirectory></outputDirectory>
+      <includes>
+        <include>commons-math*.jar</include>
+      </includes>
+    </fileSet>
   </fileSets>
 </assembly>