You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Andrew Palumbo (JIRA)" <ji...@apache.org> on 2017/01/23 04:27:26 UTC

[jira] [Created] (MAHOUT-1910) Remove .zip archive from build

Andrew Palumbo created MAHOUT-1910:
--------------------------------------

             Summary: Remove .zip archive from build
                 Key: MAHOUT-1910
                 URL: https://issues.apache.org/jira/browse/MAHOUT-1910
             Project: Mahout
          Issue Type: Task
    Affects Versions: 0.12.2
            Reporter: Andrew Palumbo
            Assignee: Andrew Palumbo
            Priority: Blocker
             Fix For: 0.13.0


remove the .zip archves from the mahout binary disributions and keep only the .tar.gz:
{{In assembly/bin.xml:}}
{code}
  <formats>
    <format>dir</format>
    <format>tar.gz</format>
    <format>zip</format>
  </formats>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)