Joe Witt created NIFI-7046:
------------------------------
Summary: 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: Joe Witt
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)