如何使用 Nexus 创建存储库(角色是存储库管理员)

发布于 2024-12-28 18:40:37 字数 264 浏览 0 评论 0原文

我使用nexus创建了一个maven存储库并上传jar文件。如何将maven插件上传到存储库的方式相同。我直接添加maven-complier-plugin,它不起作用。它会给出一些异常,例如org.apahce,parenet ,plexus,codehaus required 和 org.apache.maven.lifecycle 错误正在发生..

我不会成为 Maven 中央存储库,仅使用公司存储库包括我的存储库 jar 和 Maven 插件中的每个存储库 请帮助我,我首先创建存储库。

i created a maven repository using nexus and upload the jars files.Same way how to upload the maven plugins to repository.i directly add the maven-complier-plugin,it is not working.it will gives some exception like org.apahce,parenet ,plexus ,codehaus required and org.apache.maven.lifecycle errors are geting..

i will not be maven central repository,only using commpany repository includes every in my repository jars and maven plug
plz help me i am first create the repository.

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

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

发布评论

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

评论(1

红焚 2025-01-04 18:40:37

您是否在 settings.xml 文件中指定了镜像?如果您想强制所有用户使用您的存储库而不是 repo1.maven.org,则需要强制执行。另外,您可能希望您的连接代理中心,以便在您设置镜像以阻止所有外部存储库后,您未托管的任何工件仍然可用。

Did you specify a mirror in your settings.xml file? If you want to force all users to use your repo and not repo1.maven.org, you'll need to enforce that. Also, you probably want your nexus to proxy central so that any artifact you don't host will still be available once you setup the mirror to block all outside repos.

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