azure devops代理maven依赖项

时间:2020-04-03 06:24:05

标签: maven azure-devops

使用Azure devops触发项目具有依赖关系的maven构建,我已经使用

安装了依赖关系

mvn install:安装文件-DgroupId = com.xxxx.xxxxx -DartifactId = xxxxx -Dversion = xxxxx -Dpackaging = jar -Dfile = xxxxxx -DgeneratePom = true。 Maven存储库位于本地“ C:\ users \ userid.m2 \ repository”

对于azure devops代理,maven仓库位置为“ C:\ windows \ system32 \ config \ systemprofile.m2 \ repository” 像这样,我有7个项目依赖项,并安装了该项目的所有依赖项。 当我在本地代理中运行“ mvn clean install”时,构建成功,但是当我尝试通过azure devops触发它时,我得到了无法解决错误项目依赖项的信息。

0 个答案:

没有答案