web端的upload是不支持上传的…
通过命令上传jar包到maven-snapshots库
mvn deploy:deploy-file -DgroupId=xxx -DartifactId=xxx -Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/xx/xx/xx/xx/xxx.jar -Durl=http://账号:密码@ip:端口/repository/maven-snapshots/
注意:账号的密码不能带有「:」「@」等与命令中冲突的特殊字符