我正在尝试使用 java 程序中的 maven-embedder 3.0.4 将文件部署到本地存储库,但出现以下错误:
Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy-file
(default-cli) on project test: Failed to deploy artifacts/metadata: No connector available
to access repository local (file://~/.m2/repository) of type default
using the available factories
我正在尝试使用 MavenCli.doMain(String[], String, PrintStream, PrintStream) 函数来实现这一点,但似乎我无法使其工作。
任何帮助将不胜感激。另外,如果有另一种从 java 程序部署文件的方法,请告诉我。