如何将jar包推送给maven管理

命令:

mvn install:install-file -DgroupId=** -DartifactId=** -Dversion=** -Dfile=*** -Dpackaging=jar -DgeneratePom=true

  

原文地址:https://www.cnblogs.com/tujietg/p/12418495.html