You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Deron Eriksson (JIRA)" <ji...@apache.org> on 2017/06/02 21:19:04 UTC

[jira] [Closed] (SYSTEMML-926) Simplify distribution profile

     [ https://issues.apache.org/jira/browse/SYSTEMML-926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deron Eriksson closed SYSTEMML-926.
-----------------------------------

> Simplify distribution profile
> -----------------------------
>
>                 Key: SYSTEMML-926
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-926
>             Project: SystemML
>          Issue Type: Task
>          Components: Build
>            Reporter: Deron Eriksson
>            Assignee: Deron Eriksson
>            Priority: Blocker
>             Fix For: SystemML 1.0
>
>
> Currently the distribution profile builds 10 (of 11) artifacts. These are:
> {code}
> systemml-0.11.0-incubating-SNAPSHOT-javadoc.jar
> systemml-0.11.0-incubating-SNAPSHOT-sources.jar
> systemml-0.11.0-incubating-SNAPSHOT-src.tar.gz
> systemml-0.11.0-incubating-SNAPSHOT-src.zip
> systemml-0.11.0-incubating-SNAPSHOT-standalone.tar.gz
> systemml-0.11.0-incubating-SNAPSHOT-standalone.zip
> systemml-0.11.0-incubating-SNAPSHOT.jar
> systemml-0.11.0-incubating-SNAPSHOT-standalone.jar
> systemml-0.11.0-incubating-SNAPSHOT.tar.gz
> systemml-0.11.0-incubating-SNAPSHOT.zip
> {code}
> Dropping the number of released artifacts from 10 to 7 would simplify the release process and also simplify the user experience since there would not be so many options to choose from. The removed 3 artifacts could still be build using alternative profiles.
> The distribution profile could build the following artifacts:
> {code}
> systemml-0.11.0-incubating-SNAPSHOT-javadoc.jar
> systemml-0.11.0-incubating-SNAPSHOT-sources.jar
> systemml-0.11.0-incubating-SNAPSHOT-src.tar.gz
> systemml-0.11.0-incubating-SNAPSHOT-src.zip
> systemml-0.11.0-incubating-SNAPSHOT-standalone.tar.gz (rename w/o "-standalone")
> systemml-0.11.0-incubating-SNAPSHOT-standalone.zip (rename w/o "-standalone")
> systemml-0.11.0-incubating-SNAPSHOT.jar
> {code}
> The following could potentially be removed from the distribution profile:
> {code}
> systemml-0.11.0-incubating-SNAPSHOT-standalone.jar
> systemml-0.11.0-incubating-SNAPSHOT.tar.gz (also rename)
> systemml-0.11.0-incubating-SNAPSHOT.zip (also rename)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)