You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Suma Shivaprasad (JIRA)" <ji...@apache.org> on 2016/12/09 19:42:58 UTC

[jira] [Updated] (ATLAS-1363) Upgrade front end maven plugin to 1.0

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

Suma Shivaprasad updated ATLAS-1363:
------------------------------------
    Attachment: ATLAS-1363.patch

> Upgrade front end maven plugin to 1.0
> -------------------------------------
>
>                 Key: ATLAS-1363
>                 URL: https://issues.apache.org/jira/browse/ATLAS-1363
>             Project: Atlas
>          Issue Type: Bug
>    Affects Versions: 0.8-incubating
>            Reporter: Suma Shivaprasad
>            Assignee: Suma Shivaprasad
>             Fix For: 0.8-incubating
>
>         Attachments: ATLAS-1363.patch
>
>
> Upgrading frontend-maven-plugin to resolve build failures in SUSE/Ubuntu issue -
> {noformat}
>  2016/12/09 14:50:04 INFO    : [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.29:install-node-and-npm (install node and npm) on project atlas-dashboardv2: Could not extract the Node archive: Could not extract archive: '/grid/0/jenkins/.m2/repository/com/github/eirslett/node/4.4.2/node-4.4.2-linux-x64.tar.gz': EOFException -> [Help 1]
> I did little bit of digging into this issue. This issue looks like a problem with frontend-maven-plugin. When fronend-maven-plugin download the tar.gz from http://nodejs.org content-type is "application/octet-stream" and when it downloads from cache the content-type ids "application/x-gzip". This issue is fixed in frontend-maven-plugin version 1.0. Here is the complete analysis of this issue:
> https://github.com/eirslett/frontend-maven-plugin/issues/225
> {noformat}



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