You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Pierre Villard (Jira)" <ji...@apache.org> on 2020/02/12 05:20:00 UTC

[jira] [Updated] (NIFI-7046) Change travis.yml configuration for sourcing maven download

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

Pierre Villard updated NIFI-7046:
---------------------------------
    Assignee: Pierre Villard  (was: Joe Witt)
      Status: Patch Available  (was: Open)

> Change travis.yml configuration for sourcing maven download
> -----------------------------------------------------------
>
>                 Key: NIFI-7046
>                 URL: https://issues.apache.org/jira/browse/NIFI-7046
>             Project: Apache NiFi
>          Issue Type: Task
>            Reporter: Joe Witt
>            Assignee: Pierre Villard
>            Priority: Critical
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> We should not be getting the maven download from the apache archives.  We should get them from a mirror.
> And we should update to the latest maven release which is 3.6.3 as of now
> https://github.com/apache/nifi/blob/master/.travis.yml
> Change the part at the end to
> # Install Maven 3.6.3
>   - wget -O /tmp/apache-maven-3.6.3-bin.tar.gz http://apache.spinellicreations.com/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
>   - tar xzf /tmp/apache-maven-3.6.3-bin.tar.gz -C /tmp
>   - export M2_HOME=/tmp/apache-maven-3.6.3



--
This message was sent by Atlassian Jira
(v8.3.4#803005)