You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "cstamas (via GitHub)" <gi...@apache.org> on 2023/02/28 13:13:41 UTC

[GitHub] [maven-resolver] cstamas commented on pull request #261: [MRESOLVER-333] Better errors about artifact availability

cstamas commented on PR #261:
URL: https://github.com/apache/maven-resolver/pull/261#issuecomment-1448158259

   Emitted NEW messages (Elliotte would really appreciate if we halve the logs :smile: ):
   
   During resolution of project or any dependency:
   ```
   [INFO] Artifact com.atlassian.audit:atlassian-audit-api:pom:1.14.2 is locally present, but unavailable, verifying availability of /home/cstamas/tmp/a-very-bad-project/local/com/atlassian/audit/atlassian-audit-api/1.14.2/atlassian-audit-api-1.14.2.pom from [groovy-plugins-release (https://groovy.jfrog.io/artifactory/plugins-release, default, releases), central (https://repo.maven.apache.org/maven2, default, releases)]
   ```
   
   And the new error at the failed build:
   ```
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  0.288 s
   [INFO] Finished at: 2023-02-28T14:08:15+01:00
   [INFO] ------------------------------------------------------------------------
   [ERROR] Failed to execute goal on project project: Could not resolve dependencies for project org.cstamas.remotefilter:project:jar:1.0-SNAPSHOT: The following artifacts could not be resolved: com.atlassian.audit:atlassian-audit-api:jar:1.14.2 (present, but unavailable): com.atlassian.audit:atlassian-audit-api:jar:1.14.2 was not found in https://groovy.jfrog.io/artifactory/plugins-release during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of groovy-plugins-release has elapsed or updates are forced -> [Help 1]
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org