如何将maven artifact直接安装到repo中

时间:2012-03-29 14:45:55

标签: maven groovy grape

在葡萄中,有一种很好的方法可以直接将任何工件下载到repo,只需调用类似

的东西
grape install org.apache.derby derby 10.5.3.0

据我了解,maven install:install goal需要pom.xml个文件,而maven install:install-file需要您指向的本地文件以及您实际想要放在本地的文件回购。

是否有任何方法可以直接将任何工件安装到maven repo,而无需创建maven项目并在pom.xml中声明依赖项?

UPD:我猜搜索is over。我们应该使用dependency:get目标。

0 个答案:

没有答案