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

[jira] [Created] (NIFI-11257) Improve Reliability of GitHub Runner Artifact Retrieval

David Handermann created NIFI-11257:
---------------------------------------

             Summary: Improve Reliability of GitHub Runner Artifact Retrieval
                 Key: NIFI-11257
                 URL: https://issues.apache.org/jira/browse/NIFI-11257
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Tools and Build
            Reporter: David Handermann
            Assignee: David Handermann


Automated builds using GitHub Actions have failed more often with errors related to artifact retrieval.

{noformat}
Error:  Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.4:attach-descriptor (attach-descriptor) on project nifi-registry: Execution attach-descriptor of goal org.apache.maven.plugins:maven-site-plugin:3.4:attach-descriptor failed: Plugin org.apache.maven.plugins:maven-site-plugin:3.4 or one of its dependencies could not be resolved: Failed to collect dependencies at org.apache.maven.plugins:maven-site-plugin:jar:3.4 -> org.apache.maven.reporting:maven-reporting-exec:jar:1.2: Failed to read artifact descriptor for org.apache.maven.reporting:maven-reporting-exec:jar:1.2: Could not transfer artifact org.apache.maven.reporting:maven-reporting-exec:pom:1.2 from/to central (https://repo.maven.apache.org/maven2): Connection reset -> [Help 1]
 {noformat}

{noformat}
Error:  Failed to execute goal on project nifi-hadoop-utils: Could not resolve dependencies for project org.apache.nifi:nifi-hadoop-utils:jar:2.0.0-SNAPSHOT: Failed to collect dependencies at org.apache.hadoop:hadoop-common:jar:3.3.4: Failed to read artifact descriptor for org.apache.hadoop:hadoop-common:jar:3.3.4: Could not transfer artifact org.apache.hadoop:hadoop-common:pom:3.3.4 from/to central (https://repo.maven.apache.org/maven2): Connection reset -> [Help 1]
{noformat}

Adjusting Maven Wagon connection settings and using an alternative Maven repository mirror may help improve reliability.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)