[
https://issues.apache.org/jira/browse/NIFI-8416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17319543#comment-17319543
]
Paul Grey commented on NIFI-8416:
---------------------------------
{code:java}
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.907 s
[INFO] Finished at: 2021-04-12T12:23:04-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (groovy-tests)
on project nifi: Execution groovy-tests of goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile failed: Plugin
org.apache.maven.plugins:maven-compiler-plugin:3.8.1 or one of its dependencies
could not be resolved: Failed to collect dependencies at
org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.1 ->
org.codehaus.groovy:groovy-eclipse-batch:jar:2.5.4-01: Failed to read artifact
descriptor for org.codehaus.groovy:groovy-eclipse-batch:jar:2.5.4-01: Could not
transfer artifact org.codehaus.groovy:groovy-eclipse-batch:pom:2.5.4-01 from/to
bintray (https://dl.bintray.com/groovy/maven): authorization failed for
https://dl.bintray.com/groovy/maven/org/codehaus/groovy/groovy-eclipse-batch/2.5.4-01/groovy-eclipse-batch-2.5.4-01.pom,
status: 403 Forbidden -> [Help 1]
{code}
> remove dl.bintray.com dependency in build
> -----------------------------------------
>
> Key: NIFI-8416
> URL: https://issues.apache.org/jira/browse/NIFI-8416
> Project: Apache NiFi
> Issue Type: Task
> Reporter: Paul Grey
> Priority: Minor
>
> In testing changes for NIFI-8398 today, another issue presented. This URL
> (used by Maven to fetch a dependency) returned a 403, causing a build (empty
> .m2 cache) to fail:
> [https://dl.bintray.com/groovy/maven/org/codehaus/groovy/groovy-eclipse-batch/2.5.4-01/groovy-eclipse-batch-2.5.4-01.pom]
> This dependency is available in Maven Central starting at 2.5.6.
> [https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-eclipse-batch/]
> By bumping "$nifi/pom.xml" groovy version to 2.5.6, this artifact is
> retrieved from Maven Central, and the build succeeds.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)