Question

I'm searching for a longer time, but without any solution.

My problem:

I configured my Grails project (1.2.4) with Maven and my own Nexus Repo. That seems to be working well. But can I also put the Grails plugins, which I am using, also to the Nexus Repo? At the momement the plugin dependencies are resolved over the Grails Plugin repository.

Any ideas?

with regards

Fabian

Was it helpful?

Solution

Grails 1.3 has got support for dependency managing plugins. Details are here:

http://blog.springsource.com/2010/05/18/managing-plugins-with-grails-1-3/

The article discusses some of the problems that existing in previous versions of Grails.

OTHER TIPS

Understand this thread is old, but posting a link in which the author explains the configuration of grails to fetch plugins and dependencies from Nexus:

Nexus Configuration for Grails plugins and other dependencies

This worked great for grails 2.2.2.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top