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 2016/09/16 23:12:20 UTC

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

Deron Eriksson created SYSTEMML-926:
---------------------------------------

             Summary: 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


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)