maven 安装本地包到nexus服务器

来源:互联网 发布:matlab 非线性最优化 编辑:程序博客网 时间:2024/06/09 19:32

mvn install:install-file -Dfile=kaptcha-2.3.2.jar -DgroupId=com.google.code.kaptcha -DartifactId=kaptcha -Dversion=2.3.2 -Dpackaging=jar
0 0