在 apache archiva 中上传 Maven 的工件
我正在使用Spring roo。但是我发现roo第一次使用互联网下载maven插件。为了避免它,我尝试使用 Apache archiva Stand alone。但是我不知道如何为 maven 配置它。你能帮我解决这个问题吗?
I am using Spring roo.But i found that roo uses internet to download the maven plugins at first time. To avoid it am trying to use Apache archiva Stand alone.But i don know how can i configure it for maven.Can you help me to solve this
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Apache Archiva 可以为您提供 Spring Roo 所需的工件,但如果您没有 Apache Archiva 服务器的互联网连接,那么您必须自己上传工件。
但是,如果您可以将服务器连接到互联网一次,那么您可以让档案服务器为您下载工件,因为它可以充当代理,然后缓存工件。连接到互联网后,让 Spring Roo 从 Archiva 服务器检索工件。当您完成此操作一次后,archiva 应该已经缓存了工件。然后你就可以断开它与互联网的连接。
如果您想了解如何配置 Maven 以使用 Apache Archiva 存储库,请查看:
http://archiva.apache.org/docs/1.0.1/userguide/using-repository.html
Apache Archiva can serve the artifacts you need for Spring Roo, but if you do not have an internet connection from the Apache Archiva server then you have to upload the artifacts yourself.
But if you can get the server connected to the internet once, then you can let the archiva server download the artifacts for you, because it can act as a proxy and then caches the artifacts. Once connected to internet, let Spring Roo retrieve the artifacts from the Archiva server. When you have done this one time, archiva should have cached the artifacts. Then you could disconnect it from the internet.
If you want to know how you can configure maven to use the Apache Archiva repository, look at:
http://archiva.apache.org/docs/1.0.1/userguide/using-repository.html