You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Luciano Resende (JIRA)" <ji...@apache.org> on 2016/10/31 22:47:58 UTC

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

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

Luciano Resende updated SYSTEMML-926:
-------------------------------------
         Priority: Blocker  (was: Major)
    Fix Version/s:     (was: SystemML 1.0)
                   SystemML 0.11

> 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: Matthias Boehm
>            Priority: Blocker
>             Fix For: SystemML 0.11
>
>
> 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.4#6332)