我们正在使用Bamboo进行构建管理,并且已经配置了Grails任务来处理构建,但每当我运行它时,我会在所有插件上获得一堆未解析的依赖项:
build 05-Mar-2015 20:58:21 ::::::::::::::::::::::::::::::::::::::::::::::
build 05-Mar-2015 20:58:21 :: UNRESOLVED DEPENDENCIES ::
build 05-Mar-2015 20:58:21 ::::::::::::::::::::::::::::::::::::::::::::::
build 05-Mar-2015 20:58:21 :: org.grails.plugins#rest-client-builder;2.0.1: not found
build 05-Mar-2015 20:58:21 :: org.grails.plugins#rest;0.8: not found
build 05-Mar-2015 20:58:21 :: org.grails.plugins#shiro;1.1.4: not found
build 05-Mar-2015 20:58:21 :: org.grails.plugins#quartz;1.0.1: not found
build 05-Mar-2015 20:58:21 :: org.grails.plugins#ckeditor;3.6.6.1.1: not found
build 05-Mar-2015 20:58:21 :: org.grails.plugins#cache;1.0.1: not found
build 05-Mar-2015 20:58:21 :: org.grails.plugins#quartz-monitor;0.3-RC3: not found
build 05-Mar-2015 20:58:21 :: org.grails.plugins#scaffolding;2.0.1: not found
build 05-Mar-2015 20:58:21 :: org.grails.plugins#spring-events;1.2: not found
build 05-Mar-2015 20:58:21 :: org.grails.plugins#jquery;1.8.3: not found
build 05-Mar-2015 20:58:21 :: org.grails.plugins#mail;1.0.1: not found
build 05-Mar-2015 20:58:21 :: org.grails.plugins#aws-sdk;1.6.4: not found
build 05-Mar-2015 20:58:21 :: org.grails.plugins#redis;1.5.5: not found
build 05-Mar-2015 20:58:21 :: org.grails.plugins#hibernate;3.6.10.10: not found
build 05-Mar-2015 20:58:21 :: org.grails.plugins#jquery-ui;1.8.24: not found
build 05-Mar-2015 20:58:21 ::::::::::::::::::::::::::::::::::::::::::::::
根据输出看起来它正在尝试下载插件的正确网址,但由于某些原因它无法正常工作。我之前没有使用过Bamboo,这个项目已经在那里设置了,那么有什么明显的东西我只是在这里找不到了吗?