博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
maven上传文件
阅读量:3558 次
发布时间:2019-05-20

本文共 538 字,大约阅读时间需要 1 分钟。

上传jar
mvn deploy:deploy-file -DgroupId=com.xxx.ixxx.commons -DartifactId=xxx-dubbo-interface-xxx -Dversion=release-0.1 -Dfile=D:\xxx\xxx\xxxx-dubbo-interface-release-0.1.jar -Durl=http://maven.xxxxx.com.cn/nexus/content/repositories/releases/ -DrepositoryId=snapshots
上传源码
mvn deploy:deploy-file -DgroupId=cn.com.xxxxx -DartifactId=commonsxxxxx -Dversion=0.2.1 -Dfile=C:\Users\xxxxxx\Desktop\111\commons-xxxx.1-sources.jar -Durl=http://maven.xxxxxx.com.cn/nexus/content/repositories/releases/ -DrepositoryId=snapshots -Dclassifier=sources

转载地址:http://mtzrj.baihongyu.com/

你可能感兴趣的文章
自定义git-忽略特殊文件
查看>>
自定义git-配置别名
查看>>
搭建Git服务器
查看>>
配置github的ssh密钥
查看>>
自定义Git
查看>>
在IDEA上Git的入门使用
查看>>
Windows平台安装MongoDB(zip版本)
查看>>
JVM指令手册
查看>>
maven-scope详解
查看>>
使用静态工厂方法替代构造方法
查看>>
设计模式大杂烩(24种设计模式的总结以及学习设计模式的几点建议)
查看>>
Redis中的数据过期策略详解
查看>>
2019-01-11亲测Navicat Premium for Mac破解
查看>>
前后端分离之JWT用户认证
查看>>
基于jwt的token验证
查看>>
RestTemplate调用接口总结
查看>>
spring AOP
查看>>
springboot 跨域问题
查看>>
Hadoop:11.Apache HDFS搭建(单Master节点)
查看>>
CRUD的意思???
查看>>