You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Patrick Ethier (Jira)" <ji...@apache.org> on 2021/07/17 14:18:00 UTC

[jira] [Updated] (NIFI-8923) 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

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

Patrick Ethier updated NIFI-8923:
---------------------------------
    Priority: Blocker  (was: Major)

> 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
>            Priority: Blocker
>
> 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)