如何阻止 http 重定向破坏我的 Maven 存储库?

发布于 2024-08-20 15:17:17 字数 235 浏览 6 评论 0原文

我使用 m2eclipse 插件,并使用 Boigo 提供的 wifi 服务乘坐渡轮上下班。当我尝试通过渡轮上的 http 访问任何内容时,如果我尚未登录,则任何请求都会被重定向到登录屏幕。问题是,如果出于任何原因 Eclipse 决定在我登录之前刷新其 Maven 依赖项,我会收到充满 Boingo 重定向响应的“jars”和“poms”,这会阻止我的构建成功。除了确保在登录 wifi 服务之前永远不要启动 Eclipse 之外,还有其他解决方案吗?

I use the m2eclipse plugin, and I commute on a ferry with wifi service provided by Boigo. When I try to access anything via http on the ferry, if I haven't already logged in any request gets redirected to a login screen. The problem is that if for any reason eclipse decides to refresh its maven dependencies before I've logged in, I get 'jars' and 'poms' full of the Boingo redirect response which then prevents my build from succeeding. Is there any solution to this problem aside from making sure never to launch Eclipse until after I've logged into the wifi service?

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

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

发布评论

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

评论(1

我的影子我的梦 2024-08-27 15:17:17

转到“首选项”->“Maven”并取消选中启动时下载存储库索引更新。必要时您可以选择离线检查。

Go to Preferences->Maven and uncheck Download repository index updates on startup. At a pinch you can select Offline check.

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