Managing Java dependencies in a Grails application?
        Posted  
        
            by Stefan Kendall
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Stefan Kendall
        
        
        
        Published on 2010-04-17T17:09:12Z
        Indexed on 
            2010/04/17
            17:13 UTC
        
        
        Read the original article
        Hit count: 454
        
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.
© Stack Overflow or respective owner