0

We're using Bamboo for build management and have a Grails task configured to handle the builds, but whenever I run it I get a bunch of Unresolved dependencies on all of the plugins:

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            ::::::::::::::::::::::::::::::::::::::::::::::

Based on the output it looks like it's trying the correct urls to download the plugins, but it's not working for some reason. I haven't used Bamboo before and this project was already set up in there, so is there something obvious that I'm just missing here?

dsharew
  • 10,377
  • 6
  • 49
  • 75
cloudwalker
  • 2,346
  • 1
  • 31
  • 69
  • try `refresh-dependencies` – dsharew Mar 06 '15 at 06:17
  • This might help: [Grails unable to install plugin](http://stackoverflow.com/questions/28715832/grails-unable-to-install-plugin). – Ken Mar 06 '15 at 10:45
  • I tried refresh-dependencies but it results in the same output. It works if I run the same build locally with the same code, so there doesn't appear to be anything wrong with the BuildConfig. it's just that when it's on Bamboo, the plugins do not resolve. – cloudwalker Mar 06 '15 at 17:46
  • 1
    I ran into the same issue. It was resolved by adding a new maven repo. http://stackoverflow.com/a/28836825/311525 – Scott Mar 24 '15 at 14:08

0 Answers0