标签:maven
mvn install:install-file
-DgroupId=thirdpart //groupId
-DartifactId=wlfullclient //artifactId
-Dversion=1.0 //版本
-Dpackaging=jar //package
-Dfile=C:/git/workspace/monitor/lib/wlfullclient-1.0.jar //本地jar的路径
标签:maven
原文地址:http://hatch.blog.51cto.com/9349645/1686615