All Projects → ronbadur → maven-artifacts-uploader

ronbadur / maven-artifacts-uploader

Licence: Apache-2.0 license
command line tool for uploading directory of maven artifacts to nexus 3.x repository

Programming Languages

java
68154 projects - #9 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to maven-artifacts-uploader

sonatype-publish-plugin
Gradle Plugin for publishing artifacts to Sonatype and Nexus
Stars: ✭ 17 (-43.33%)
Mutual labels:  maven, nexus
nexus-repository-import-scripts
A few scripts for importing artifacts into Nexus Repository
Stars: ✭ 142 (+373.33%)
Mutual labels:  maven, nexus-repository
vacomall
☀️☀️ 基于 dubbo 实现的分布式电商平台。
Stars: ✭ 42 (+40%)
Mutual labels:  maven, nexus
artifact-resolver
Standalone jar executable client Maven 2 artifact resolver based on Eclipse Aether.
Stars: ✭ 13 (-56.67%)
Mutual labels:  maven, nexus
library-booksystem
基于ssm的入门项目,图书在线管理系统。a library system.
Stars: ✭ 26 (-13.33%)
Mutual labels:  maven
nexus3-github-oauth-plugin
This nexus plugin provides a way to authenticate/authorize your users based on Github.
Stars: ✭ 52 (+73.33%)
Mutual labels:  nexus
maven-dependency-plugin
Apache Maven Dependency Plugin
Stars: ✭ 119 (+296.67%)
Mutual labels:  maven
dmn-check
A tool which performs static analyses on Decision Model Notation (DMN) files to detect bugs
Stars: ✭ 34 (+13.33%)
Mutual labels:  maven
ebook-continuous-delivery-with-kubernetes-and-jenkins
Continuous Delivery for Java Apps: Build a CD Pipeline Step by Step Using Kubernetes, Docker, Vagrant, Jenkins, Spring, Maven and Artifactory
Stars: ✭ 39 (+30%)
Mutual labels:  maven
etoolbox-authoring-kit
Offers a set of tools that create Granite UI authoring interfaces for Adobe Experience Manager components from Java code. This is a comprehensive solution that makes different widgets work in a coordinated manner, provides greater interactivity in AEM dialogs, and introduces additional features (customizable data lists, options selection, etc.)
Stars: ✭ 93 (+210%)
Mutual labels:  maven
WorldGuardExtraFlagsPlugin
Extension for the WorldGuard plugin.
Stars: ✭ 47 (+56.67%)
Mutual labels:  maven
dependency-update-maven-plugin
A Maven plugin that creates merge requests for dependency updates.
Stars: ✭ 23 (-23.33%)
Mutual labels:  maven
maven-shade-plugin
Apache Maven Shade Plugin
Stars: ✭ 120 (+300%)
Mutual labels:  maven
kotlin-grpc-sample
Sample of a gRPC Kotlin service
Stars: ✭ 27 (-10%)
Mutual labels:  maven
MasterSeleniumFramework
Automation Testing | Web | Java | OOPS | Selenium WebDriver | TestNG | Maven | ExtentReport | Allure Reports | Java mail API | Design Patterns (Page Object Model, Singleton) | Jenkins | Data-Driven Testing using JSON file
Stars: ✭ 52 (+73.33%)
Mutual labels:  maven
plexus-compiler
Plexus compiler a layer on top of compilers and used by maven-compiler-plugin
Stars: ✭ 24 (-20%)
Mutual labels:  maven
Student-Information-Administration-System
大学生信息管理系统——初学路上自己摸索实践的项目
Stars: ✭ 91 (+203.33%)
Mutual labels:  maven
MaxSoft-IntelliAPI
First-ever code-free and lightweight cross platform API and database test automation tool.
Stars: ✭ 14 (-53.33%)
Mutual labels:  maven
maven-resource
Maven Repository Manager Concourse Resource
Stars: ✭ 22 (-26.67%)
Mutual labels:  maven
spring-boot-web
Spring Boot脚手架工程
Stars: ✭ 29 (-3.33%)
Mutual labels:  maven

Maven Artifacts Uploader

This is a friendly command line tool for uploading a directory of artifacts to Nexus 3.x repository

Installation

  1. Clone the project to your computer
git clone https://github.com/ronbadur/maven-artifacts-uploader.git
  1. Run mvn install command in the directory of the project

  2. Fill the repository url and repositroy id fields in config.properties file under conf directory

  3. Add the direcotry to bin folder to the PATH enviroment variable

  4. Add <server> tag to your maven settings.xml file, for example:

<servers>
   <server>
      <id>nexus</id>
      <username>admin</username>
      <password>admin123</password>
    </server>
 </servers>

Usage

For uploading all the artifacts in specific directory on your computer

mvnUploader -d path/to/your/artifacts

To get all the options that available

mvnUploader -h

Contributing

By all means! If you have a fix or an improvement, pull requests are welcome. We are also happy to get any feedback.

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].