java - maven 获取服务器原型(prototype)失败

标签 java maven teamcity

根据Teamcity doc的指示

我使用mvn archetype:generate -DarchetypeRepository=http://download.jetbrains.com/teamcity-repository -DarchetypeArtifactId=teamcity-server-plugin -DarchetypeGroupId=org.jetbrains.teamcity.archetypes -DarchetypeVersion=RELEASE 创建仅服务器端插件的项目模板。

但是,每次执行 mvn 命令时都会抛出如下错误。

[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-archetype-plugin:3.0.0:generate (default-cli) > generate-source
s @ standalone-pom >>>
[INFO]
[INFO] <<< maven-archetype-plugin:3.0.0:generate (default-cli) < generate-source
s @ standalone-pom <<<
[INFO]
[INFO] --- maven-archetype-plugin:3.0.0:generate (default-cli) @ standalone-pom
---
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/1.8
.3/groovy-1.8.3.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20:12 min
[INFO] Finished at: 2017-02-17T10:16:15+08:00
[INFO] Final Memory: 9M/21M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3
.0.0:generate (default-cli) on project standalone-pom: Execution default-cli of
goal org.apache.maven.plugins:maven-archetype-plugin:3.0.0:generate failed: Plug
in org.apache.maven.plugins:maven-archetype-plugin:3.0.0 or one of its dependenc
ies could not be resolved: Could not transfer artifact org.codehaus.groovy:groov
y:jar:1.8.3 from/to central (https://repo.maven.apache.org/maven2): GET request
of: org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.jar from central failed: Prema
ture end of Content-Length delimited message body (expected: 5522507; received:
3244032 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[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 rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResoluti
onException

有人知道如何解决这个问题吗?

最佳答案

修改settings.xml中的镜像即可解决问题

<mirrors>
  <mirror>
    <id>google-maven-central</id>
    <name>Google Maven Central</name>
    <url>https://maven-central.storage.googleapis.com/maven2/</url>
    <mirrorOf>central</mirrorOf>
  </mirror> 
</mirrors> 

请将以上部分放入settings.xml

关于java - maven 获取服务器原型(prototype)失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42288299/

相关文章:

java - 将 DAX 与 DynamoDB 结合使用时出现配置集群端点失败错误

java - 如何使用 m2e (m2eclipse) 创建 JAR?

java - 由 : java. 引起 lang.NoClassDefFoundError: [Lorg/hibernate/engine/FilterDefinition;

visual-studio - Teamcity 报告 Visual Studio 警告

asp.net - 推荐的下载远程SQL Server数据库的方法

java - URL 编码中出现\' 问题

java - FileInputStream 在属性文件上失败

maven - Jenkins 不能用 Maven 构建。可能是代理问题

teamcity - 是否有任何 TeamCity 插件可以让我将 Hyper-V 用于云代理?

java - 动态创建矩形网格