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/05/26 20:48:04 UTC

[jira] [Resolved] (SYSTEMML-1633) Remove distrib tgz and zip artifacts

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

Deron Eriksson resolved SYSTEMML-1633.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: SystemML 1.0

Fixed by [PR518|https://github.com/apache/incubator-systemml/pull/518].

> Remove distrib tgz and zip artifacts
> ------------------------------------
>
>                 Key: SYSTEMML-1633
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1633
>             Project: SystemML
>          Issue Type: Task
>          Components: Build
>            Reporter: Deron Eriksson
>            Assignee: Deron Eriksson
>             Fix For: SystemML 1.0
>
>
> 'mvn clean package -P distribution' currently produces an enormous number of artifacts. This makes build maintenance and release validation difficult. One example is because the licenses in the artifacts need to be validated to be correct.
> Current artifacts:
> {code}
> systemml-1.0.0-SNAPSHOT-bin.tgz
> systemml-1.0.0-SNAPSHOT-bin.zip
> systemml-1.0.0-SNAPSHOT-extra.jar
> systemml-1.0.0-SNAPSHOT-javadoc.jar
> systemml-1.0.0-SNAPSHOT-python.tgz
> systemml-1.0.0-SNAPSHOT-sources.jar
> systemml-1.0.0-SNAPSHOT-src.tgz
> systemml-1.0.0-SNAPSHOT-src.zip
> systemml-1.0.0-SNAPSHOT.jar
> systemml-1.0.0-SNAPSHOT.tgz
> systemml-1.0.0-SNAPSHOT.zip
> {code}
> The systemml-1.0.0-SNAPSHOT.tgz and systemml-1.0.0-SNAPSHOT.zip artifacts are extraneous, since the -bin.tgz and -bin.zip artifacts provide the same capabilities but with additional useful features too.



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