I have a Bitbucket pipeline configured for maven project and it was working well.
I have not did any changes regarding build flow (maven config or pipeline config) but pipeline started failing because of: "Could not transfer artifact org.apache.maven:maven-plugin-api:pom:3.0 from/to central (https://repo.maven.apache.org/maven2)".
Here is more detailed error text:
Plugin org.apache.maven.plugins:maven-resources-plugin:3.0.1 or one of its dependencies could not be resolved: Failed to collect dependencies at org.apache.maven.plugins:maven-resources-plugin:jar:3.0.1 -> org.apache.maven:maven-plugin-api:jar:3.0: Failed to read artifact descriptor for org.apache.maven:maven-plugin-api:jar:3.0: Could not transfer artifact org.apache.maven:maven-plugin-api:pom:3.0 from/to central (https://repo.maven.apache.org/maven2): Connection reset -> [Help 1][ERROR]
Community moderators have prevented the ability to post new answers.
Hi Mykhailo,
It appears that your connection to the maven repository timed out, causing your build to fail. This could be for a number of factors. Rerunning your pipeline should be sufficient to resolve this though.
If this continues to be a persistent problem, you can look into increasing your timeout for retrieving dependencies:
Thanks,
Phil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.