문제

I'm trying to adopt my development from Spring/Maven2/Tomcat -> Grails, and I'm wondering if there's an easy way to manage dependencies in grails separate from maven. Maven does a lot of the magic that grails is doing automatically (unit testing/building/etc.), so I wonder if there's a need for maven at all in grails projects.

So, then, how do Grails users generally manage java dependencies? I've become accustomed to central repository dependency management, and I can't turn back at this point.

도움이 되었습니까?

해결책

Grails supports Maven to an extent but it's much more convenient to use Ivy. See the docs here: http://grails.org/doc/latest/guide/3.%20Configuration.html#3.7%20Dependency%20Resolution

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