All Projects → sonatype-nexus-community → nexus-repository-import-scripts

sonatype-nexus-community / nexus-repository-import-scripts

Licence: Apache-2.0 license
A few scripts for importing artifacts into Nexus Repository

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to nexus-repository-import-scripts

yavdb
Yet Another Vulnerability Database
Stars: ✭ 14 (-90.14%)
Mutual labels:  maven, nuget
nexus-repository-conan
Conan the Barbarian, C packaging, fun times
Stars: ✭ 37 (-73.94%)
Mutual labels:  nexus-repository, nexus-extension
nexus-blobstore-s3
[*No longer maintained*] Nexus Repository S3 Blobstores
Stars: ✭ 59 (-58.45%)
Mutual labels:  nexus-repository, nexus-extension
Strongbox
Strongbox is an artifact repository manager.
Stars: ✭ 412 (+190.14%)
Mutual labels:  maven, nuget
maven-artifacts-uploader
command line tool for uploading directory of maven artifacts to nexus 3.x repository
Stars: ✭ 30 (-78.87%)
Mutual labels:  maven, nexus-repository
msbuild-tailwindcss
Adds a build action to process stylesheets through postcss/tailwind
Stars: ✭ 56 (-60.56%)
Mutual labels:  nuget
maven-buildtime-profiler
Maven Build Time Profiler
Stars: ✭ 41 (-71.13%)
Mutual labels:  maven
lagom-java-maven-chirper-example
No description or website provided.
Stars: ✭ 17 (-88.03%)
Mutual labels:  maven
ImagingKit
Java library for imaging tasks that integrates well with the java.awt.image environment
Stars: ✭ 16 (-88.73%)
Mutual labels:  maven
Pokedex
Pokedex is a robust Discord bot that mimics the iconic Pokedex from the Pokemon games and show. It's loaded with features to help players of all skill levels to learn and better enjoy Pokemon! The goal of Pokedex is to provide users with as much data about the Pokemon games as they desire conveniently and with minimal effort.
Stars: ✭ 18 (-87.32%)
Mutual labels:  maven
maven-learning-notes
For more notes, see notes-and-code-about-learning
Stars: ✭ 58 (-59.15%)
Mutual labels:  maven
WatsonWebsocket
A simple C# async websocket server and client for reliable transmission and receipt of data
Stars: ✭ 158 (+11.27%)
Mutual labels:  nuget
sunshine
Sunshine allows you to manage suits of your automated tests directly from Java code.
Stars: ✭ 12 (-91.55%)
Mutual labels:  maven
Xamarin.AzureCommunicationCalling
Xamarin iOS and Android binding libraries for Microsofts Azure Communication Services
Stars: ✭ 32 (-77.46%)
Mutual labels:  nuget
simple-datagridview-paging
A simple UserControl that shows the data-table and paging automatically with .Net Framework
Stars: ✭ 23 (-83.8%)
Mutual labels:  nuget
Elysium-Extra
Elysium Extra is a library that implements Metro style for Windows Presentation Foundation (WPF) applications. This Project is a very large add-on project built on top of the Elysium SDK.
Stars: ✭ 65 (-54.23%)
Mutual labels:  nuget
YaccLexTools
This package includes GPPG and GPLEX tools for compiling YACC and LEX source files in your C# project.
Stars: ✭ 16 (-88.73%)
Mutual labels:  nuget
Corendon-LostLuggage
Java Application for automating the proces of retrieving lost luggages for the dutch airline company Corendon.
Stars: ✭ 27 (-80.99%)
Mutual labels:  maven
wcm-io-tooling
Tooling for Maven and IDEs.
Stars: ✭ 12 (-91.55%)
Mutual labels:  maven
gauge-csharp
Csharp runner for Gauge
Stars: ✭ 34 (-76.06%)
Mutual labels:  nuget

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].