nexus-repository-import-scripts

授权协议 Apache-2.0 License
开发语言 SHELL
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 端木明贤
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Nexus Repository Import Scripts

Wut?

These are bare bones bash scripts to import a Nexus 2 Maven, NuGet or npm repository (and likely other file system based repos)into Nexus Repository 3.

Wut does it do?

Imports artifacts into a Nexus Repository 3 Maven2, NuGet or npm hosted repo.

Wut does it not do?

Literally anything else. You want security? Better set it up yourself.

How do I use it?

  • Maven
    • cd rootdirectorywithallyourartifacts
    • ./mavenimport.sh -u admin -p admin123 -r http://localhost:8084/repository/maven-releases/
    • Watch a bunch of verbose output from curl
    • If need be, change -u to user, -p to password, and -r (I bet you'll have to change this) to the repo you want to upload in to
  • NuGet
    • cd rootdirectorywithallyournugetpackages
    • ./nugetimport.sh -k APIKEYFROMNEXUS - r http://localhost:8084/repository/nuget-hosted/
    • Watch the money roll in and the haters start askin
    • You'll need to obtain your APIKEY for Nexus Repository, and obviously set -r to the repo path you want to use
  • npm

Like it?

Great, buy me a beer.

 相关资料
  • 我试图用nexus-npm-repository-plugin扩展我的Sonatype Nexus OSS实例。 nexus实例尝试直接在中查找文件meta-inf/manifest.mf,而不是。我试图将nexus-npm-repository-plugin-0.0.1.jar的内容提取到sonatype-work/nexus/plugin-repository/nexus-npm-reposi

  • Laravel Repositories Laravel Repositories is a package for Laravel 5 which is used to abstract the database layer. This makes applications much easier to maintain. Installation Run the following comma

  • Nexus是一个强大的Maven仓库管理器,它极大地简化了自己内部仓库的维护和外部仓库的访问。利用Nexus你可以只在一个地方就能够完全控制访问 和部署在你所维护仓库中的每个Artifact。Nexus是一套“开箱即用”的系统不需要数据库,它使用文件系统加Lucene来组织数据。Nexus 使用ExtJS来开发界面,利用Restlet来提供完整的REST APIs,通过m2eclipse与Ecli

  • Table of Contents Setting up the repository indexer Gitea can search through the files of the repositories by enabling this function in your app.ini: [indexer] ; ... REPO_INDEXER_ENABLED = true REPO_I

  • Generic Repository (grepo) 是一个开源的Java 框架,用来通过统一的方法访问各种数据库系统。使用grepo,一般不再需要提供所有的样板代码是必要的,以访问(数据库)从Java库。你所要做的就是适当的数据库编写的代码(查询,过程,函数等),一个适当注解的Java接口,很少Spring配置。使用该框架具有以下优点: Improves development time bec

  • Service Repository 是一个开源的分布式容灾 Web Service 目录。你可以用它来注册你的服务信息。它同时提供了一个非常易用的 API ,可以作为你的服务的代理。客户端将通过仓库获得你的服务信息,并链接到你的服务,这样就可以把你的服务跟客户端解耦合。