File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments