标签:cti 1.0 路径 maven ack group 位置 包名 mave
mvn install:install-file -Dfile=java-bloomfilter-1.0.jar -DgroupId=com.sina -DartifactId=java-bloomfilter -Dversion=1.0 -Dpackaging=jar
-Dfile:指明你当前jar包的位置(就是第1步存放jar的路径+jar包名);
-DgroupId, -DartifactId, -Dversion:三个参数,就是指明了存放maven仓库中的位置;
-Dpackaging :指明文件类型;
标签:cti 1.0 路径 maven ack group 位置 包名 mave
原文地址:http://www.cnblogs.com/eason-d/p/7492164.html