【发布时间】:2012-01-14 08:45:09
【问题描述】:
有没有一种更快的方式来安装 maven,比如一个完整的 lib 文件夹到 maven 依赖项,而不是每个 jar 的单独命令:
mvn install:install-file -DgroupId=third-party -DartifactId=app-eventinfo -Dversion=1.0 -Dpackaging=jar -Dfile=EventInfoToOrder.jar
有没有办法我可以说这是一个依赖文件夹或在 eclipse 中的一个小工作,我欺骗 maven 使用用户定义的库作为依赖项。
是的,我的构建路径上有很多文件夹,我必须将它们安装到本地存储库中。
为阅读干杯:)
【问题讨论】:
-
你有那么多库无法从 repo 中获得?
标签: java maven build build-automation