Re: Unable to clone the maven repositories

2021-12-14 Thread Benjamin Marwell
Hi Sandeep,

yesterday almost everyone had problems getting artifacts from maven
central, it should be resolved by now.
My guess is that a lot of developers pushed their updated artifacts
b/c of the log4j2 issue.

If you have a in internal build server and cannot accept downtimes,
you can install a repository mirror like
artifactory, nexus or Apache Archiva.

- Ben

Am Di., 14. Dez. 2021 um 18:27 Uhr schrieb Sandeep Sundarapu
:
>
> Hi Team ,
>  Could you please help me for the below issues
>
> -bash-4.2$ mvn package
> [INFO] Scanning for projects...
> [INFO]
> [INFO] --< oracle.km.provision:km-provision
> >--
> [INFO] Building km-provision 1.0.0-master-SNAPSHOT
> [INFO] [ jar
> ]-
> Downloading from central:
> https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom
> [INFO]
> 
> [INFO] BUILD FAILURE
> [INFO]
> 
> [INFO] Total time:  02:10 min
> [INFO] Finished at: 2021-12-14T00:00:30-08:00
> [INFO]
> 
> [ERROR] Plugin org.apache.maven.plugins:maven-resources-plugin:3.2.0 or one
> of its dependencies could not be resolved: Failed to read artifact
> descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:3.2.0:
> Could not transfer artifact
> org.apache.maven.plugins:maven-resources-plugin:pom:3.2.0 from/to central (
> https://repo.maven.apache.org/maven2): transfer failed for
> https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom:
> Connect to repo.maven.apache.org:443 [repo.maven.apache.org/199.232.8.215]
> failed: Connection timed out (Connection timed out) -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
>
>
> Regards
> Sandeep

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Unable to clone the maven repositories

2021-12-14 Thread Sandeep Sundarapu
Hi Team ,
 Could you please help me for the below issues

-bash-4.2$ mvn package
[INFO] Scanning for projects...
[INFO]
[INFO] --< oracle.km.provision:km-provision
>--
[INFO] Building km-provision 1.0.0-master-SNAPSHOT
[INFO] [ jar
]-
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom
[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time:  02:10 min
[INFO] Finished at: 2021-12-14T00:00:30-08:00
[INFO]

[ERROR] Plugin org.apache.maven.plugins:maven-resources-plugin:3.2.0 or one
of its dependencies could not be resolved: Failed to read artifact
descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:3.2.0:
Could not transfer artifact
org.apache.maven.plugins:maven-resources-plugin:pom:3.2.0 from/to central (
https://repo.maven.apache.org/maven2): transfer failed for
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom:
Connect to repo.maven.apache.org:443 [repo.maven.apache.org/199.232.8.215]
failed: Connection timed out (Connection timed out) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException


Regards
Sandeep