Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Configuring Grails Plugins with Nexus Repository

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

like image 985
Fabian Avatar asked Sep 17 '10 09:09

Fabian


2 Answers

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.

like image 129
Mark O'Connor Avatar answered Sep 25 '22 14:09

Mark O'Connor


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.

like image 30
Vinod Avatar answered Sep 23 '22 14:09

Vinod