# nexus-uploader **Repository Path**: sIngLeWalker/nexus-uploader ## Basic Information - **Project Name**: nexus-uploader - **Description**: jar包上传到nexus的工具 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-07-06 - **Last Updated**: 2023-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #介绍 本工具用于本地上传jar到nexus私服(有几个maven的基础依赖,如"deploy"jar包,可能需要先手动上传)。依赖环境:java、maven #使用方法: cmd中执行: ``` java -jar nexus_uploader.jar 上传目录 nexus远程仓库 仓库ID ``` 执行完毕,会在当前目录中生成delpoyToNexus.bat文件,执行该脚本。后面两个参数会体现在delpoyToNexus.bat脚本中(仓库ID可能是用来指定远程仓库账号密码的吧)。