首页 > 代码库 > idea 使用 git打成jar包到 nexus

idea 使用 git打成jar包到 nexus

    1.使用idea生成jar包参考:http://blog.csdn.net/eastgrand/article/details/11945309

  2.进入到 自己的工程目录(含有pom.xml的目录),打开git bash,输入:

  mvn delpoy -e 

技术分享

 

idea 使用 git打成jar包到 nexus