Hi,
I teried to build java project using maven build tool and while building the job fails with below error..
Any help will be appriciated..
[ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.5: Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.5 from/to central (https://repo.maven.apache.org/maven2): Connect to repo.maven.apache.org:443 [repo.maven.apache.org/151.101.52.215] failed: Connection timed out: connect -> [Help 1] build 28-Nov-2018 17:42:09 org.apache.maven.plugin.PluginResolutionException: Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.5
Hi @Yogesh Mude,
It seems you were unable to connect to https://repo.maven.apache.org/maven2, therefore the dependency could not be resolved. Perhaps, you could try once more building it and/or download the dependency from a Maven repository and place it into your local Maven repository, so it can be referenced during build execution.
Kind regards,
Rafael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.