Debug / browse plugins included using grails.plugin.location
I have included some plugins and their source in the buildconfig.grooy using grails.plugin.location . The main application does include these when resolving dependencies. However I cannot browse the source code of the plugins like I can browse springcache. These plugins do not have the project code so I executed the grails integrate-with --eclipse but they still don't load with browse ability. I would like to be able to set breakpoints within these plugins but I can't figure out how. HELP!
John