문제

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

도움이 되었습니까?

해결책

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.

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top