我尝试使用Maven 2手动安装工件时遇到了一些错误.我想用命令从本地目录安装jar
mvn install:install-file -Dfile=jta-1.0.1B.jar
Run Code Online (Sandbox Code Playgroud)
但是Maven给出了一个构建错误,其内容如下:
Invalid task '.01B.jar': you must
specify a valid lifecycle phase, or a
goal in the format plugin:goal or
pluginGroupId:pluginArtifactId:pluginVersion:goal
Run Code Online (Sandbox Code Playgroud)
我的命令有错吗?
Leiningen(https://github.com/technomancy/leiningen)查看一些默认存储库以满足project.clj中指定的依赖项.
我想浏览这些存储库,看看leiningen开箱即用的东西.这些回购是什么?我可以在哪里找到我特定版本的leiningen.