Patrick Ethier created NIFI-8923:
------------------------------------
Summary: Unable to compile due to groovy-tests trying to download
org.codehaus.groovy:groovy-eclipse-batch:pom:2.5.4-01 from/to bintray
(https://dl.bintray.com/groovy/maven
Key: NIFI-8923
URL: https://issues.apache.org/jira/browse/NIFI-8923
Project: Apache NiFi
Issue Type: Bug
Components: Tools and Build
Affects Versions: 1.13.2
Environment: docker using maven:3-openjdk-8
Reporter: Patrick Ethier
Maven tries to download from [https://dl.bintray.com|https://dl.bintray.com/]
which is no longer available.
Steps to reproduce:
1) Check out source code to local machine
2) Start docker as follows from the nifi repository directory
{code:java}
docker run -ti --rm --name nifi-build --volume `pwd`:/build -w /build
maven:3-openjdk-8 mvn clean install -DskipTests
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)