1.选择仓库位置 2.填写jar包信息 3.查看上传的jar包信息 上传成功. 4.maven的settings.xml完整配置 <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE fil…
将一下脚本保存在.bat文件执行,红色部分按实际情况修改: @echo off set groupId=com.xxxset artifactId=xxxset version=0.0.1set jarFilePath=D:/file/%artifactId%-%version%.jar set nexusUrl=http://xxx.xxx.xxx.xxx:8081/nexus/content/repositories/snapshotsset repositoryId=snapshots e…