Suddenly my Grails application having error by causing of some plugins are not found. I think the repository has been removed or move somewhere.
Code on my BuildConf
There is a temporary problem with the central repository in some versions of Grails. You can work around this in one of two ways:
1) Use Aether as your dependency resolver, in BuildConfig (recommended):
grails.project.dependency.resolver = "maven"
2) If you must use Ivy (not recommended) then add the following repo to your repositories in BuildConfig:
mavenRepo "http://repo.grails.org/grails/plugins/"