命令如下
mvn deploy:deploy-file -DgroupId=net.sf.squirrel-sql.plugins -DartifactId=greenplum -Dversion=3.5.0 -Dpackaging=jar -Dfile=C:\Users\Lenovo.m2\repository\net\sf\squirrel-sql\plugins\greenplum\3.5.0\greenplum-3.5.0.jar -Durl=http://maven.×××.com/nexus/content/repositories/thirdparty/ -DrepositoryId=3rd.nexus –settings D:\maven\apache-maven-3.5.0\conf\settings.xml
其中-DgroupId 为上传的jar的groupId
-DartifactId 为上传的jar的artifactId
-Dversion 为上传的jar的需要被依赖的时候的版本号
然后是-Dpackaging为jar,-Dfile为jar包路径
-Durl 为要上传的路径,可以通过以下方式获取到
-DrepositoryId 为repository的唯一标示,和setting.xml里面server相同
–settings 指定配置文件