mvn install:install-file -Dfile=jar包的位置 -DgroupId=上面的groupId
-DartifactId=上面的artifactId -Dversion=上面的version -Dpackaging=jar
那么,about ivy的本地仓库又该如何添加jar 包呢?
在网上查询资料未果,本人尝试步骤为:
- ant 构建 project的时候,失败后 ivy 会提示 缺少那些包;
- 对提示的这些 jar包{最好是 build source code 、 download }取得,放到 ivy 仓库 对应位置:
- 个人 localPosition:
/root/.ivy2/cache #一级 /root/.ivy2/cache/org.kitesdk/kite-morphlines-core #jar包对应 project目录 /root/.ivy2/cache/org.kitesdk/kite-morphlines-core/jars/ #具体path, jar包放在该目录下
比较愚笨,但是可以解决问题,of cause welcome 大家交流,以致我可以学习到更好的 solve solution for this situation。
- thank for reading & watching