Skip to content

Commit 0d1d011

Browse files
committed
[SYSTEMDS-2667] Update bin.xml, source.xml and README
1 parent 77010bf commit 0d1d011

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,8 @@ heterogeneous and nested schema.
3636

3737
**Issue Tracker** [Jira Dashboard](https://issues.apache.org/jira/secure/Dashboard.jspa?selectPageId=12335852)
3838

39-
**Status and Build:** SystemDS is still in pre-alpha status. The original code base was forked from Apache SystemML 1.2 in
40-
September 2018. We will continue to support linear algebra programs over matrices, while replacing the underlying data model
41-
and compiler, as well as substantially extending the supported functionalities. Until the first release, you can build your own
42-
snapshot via Apache Maven:
43-
`mvn clean package -P distribution`.
39+
**Status and Build:** SystemDS is renamed from SystemML which is an **Apache Top Level Project**.
40+
To build from source visit [SystemDS Install from source](http://apache.github.io/systemds/site/install.html)
4441

4542
[![Build](https://github.com/apache/systemds/workflows/Build/badge.svg?branch=master&event=push)](https://github.com/apache/systemds/actions?query=workflow%3A%22Build%22+branch%3Amaster+event%3Apush)
4643
[![Documentation](https://github.com/apache/systemds/workflows/Documentation/badge.svg?branch=master&event=push)](https://github.com/apache/systemds/actions?query=workflow%3ADocumentation+branch%3Amaster+event%3Apush)

src/assembly/bin.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@
115115
<source>target/${artifactId}-${project.version}-extra.jar</source>
116116
<outputDirectory>./lib/</outputDirectory>
117117
</file>
118+
<file>
119+
<source>target/${artifactId}-${project.version}.jar</source>
120+
<outputDirectory>.</outputDirectory>
121+
</file>
118122
<file>
119123
<source>${basedir}/conf/log4j.properties.template</source>
120124
<outputDirectory>./conf/</outputDirectory>

src/assembly/source.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<exclude>./src/test/config/hadoop_bin_windows/**</exclude>
5252
<exclude>./src/main/cpp/lib/**</exclude>
5353
<exclude>pom.xml.versionsBackup</exclude>
54+
<exclude>./dev/Tasks-obsolete.txt</exclude>
5455
</excludes>
5556
</fileSet>
5657

0 commit comments

Comments
 (0)