使用 Maven 构建码头时出错?

发布于 2024-11-07 18:26:55 字数 183 浏览 1 评论 0 原文

我正在尝试使用 maven 从源代码构建 jetty 6.1.26,我正在运行命令“mvn”来构建它,但是在构建过程结束时我收到了 terracotta 构建错误。

输出位于:http://pastie.org/1908465

I'm trying to build jetty 6.1.26 from source using maven, i'm running the command "mvn" to build it however at the end of the build process i'm getting a terracotta build error.

The output is at: http://pastie.org/1908465

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迎风吟唱 2024-11-14 18:26:55

第 58 行告诉你问题是什么:

[错误]插件
org.terracotta.maven.plugins:tc-maven-plugin:1.1.8
或者它的依赖项之一无法
已解决:无法读取工件
描述符为
org.terracotta.maven.plugins:tc-maven-plugin:jar:1.1.8:
无法传输工件
org.terracotta.maven.plugins:tc-maven-plugin:pom:1.1.8
从/到 terracotta-plugin-repository
(http://www.terracotta.org/download/reflector/maven2):
传输文件时出错:服务器
返回 HTTP 响应代码:503
网址:
http://www.terracotta.org/download/reflector/maven2/org/terracotta/maven/plugins/tc-maven-plugin/1.1.8/tc-maven-plugin-1.1.8。 pom
-> [帮助1]

您收到 HTTP 错误代码 503(服务不可用)。这可能是暂时状态,请稍后重试。

Line 58 tells you what the problem is:

[ERROR] Plugin
org.terracotta.maven.plugins:tc-maven-plugin:1.1.8
or one of its dependencies could not
be resolved: Failed to read artifact
descriptor for
org.terracotta.maven.plugins:tc-maven-plugin:jar:1.1.8:
Could not transfer artifact
org.terracotta.maven.plugins:tc-maven-plugin:pom:1.1.8
from/to terracotta-plugin-repository
(http://www.terracotta.org/download/reflector/maven2):
Error transferring file: Server
returned HTTP response code: 503 for
URL:
http://www.terracotta.org/download/reflector/maven2/org/terracotta/maven/plugins/tc-maven-plugin/1.1.8/tc-maven-plugin-1.1.8.pom
-> [Help 1]

You get HTTP error code 503 (Service Unavailable). This might be an temporary state, try again later.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文