Dependency resolution nightmare

26 views
Skip to first unread message

Jeff Gardner

unread,
Jul 25, 2016, 4:42:29 PM7/25/16
to Grails Dev Discuss
Hi So I have a grails app that builds when I build with maven however when I do grails RunApp it can't resolve dependencies.  I have the following in my BuildConfig.groovyt


grails.dependency.cache.dir = "${userHome}/.m2/repository"

grails.project.dependency.resolver = "maven" 

grailsHome()
        mavenLocal()
        mavenRepo "our internal nexus repo"

if can't find dependencies but if I look in my local repo they are there so i am not sure why it can't find them.  Does anyone have any ideas how to make this thing work?
Reply all
Reply to author
Forward
0 new messages