Multiple annotations found at this line:
	- ArtifactTransferException: Could not transfer artifact org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1 from/to central 
	 (http://repo.maven.apache.org/maven2): connection timed out to http://101.44.1.121/cloud/211.162.31.139/files/1033000000CE2190//
	 repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
	- ArtifactTransferException: Could not transfer artifact org.apache.maven:maven-artifact:jar:2.0.6 from/to central (http://repo.maven.apache.org/
	 maven2): No response received after 60000



是因为缺少jar

plexus-container-default-1.0-alpha-9-stable-1.jar,戳我下载

maven-artifact-2.0.6.jar,戳我下载


下载好,放在

{user.home}\.m2\repository\下。{user.home}是maven的配置路径

.m2\repository\org\codehaus\plexus\plexus-container-default\1.0-alpha-9-stable-1

.m2\repository\org\apache\maven\maven-artifact\2.0.6

相关文章:

  • 2021-05-10
  • 2021-07-07
  • 2022-12-23
  • 2021-06-23
  • 2021-05-15
  • 2021-05-06
  • 2022-12-23
  • 2021-05-20
猜你喜欢
  • 2022-12-23
  • 2021-04-23
  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
  • 2021-09-13
  • 2021-12-03
相关资源
相似解决方案