20 October 2009 ~ 3 Comments

REVISITED: What is Right with Grails and Wrong with Maven

With regard to my previous post, it looks like I pulled the Maven command from an old set of documentation. I believe the preferred way to create a new Grails app with Maven is a command like the following:

mvn grails:create-app appName

I can’t say I don’t have anything against Maven, because I don’t like it. :) Personally I’ve had much better luck with Ant, but then I’ve never worked in a highly distributed team environment with lots of dependencies and builds that couldn’t be managed with a simple Ant script.

Let the holy wars continue…

Enjoyed this post? Click to get future articles delivered by email or get the RSS feed.

3 Responses to “REVISITED: What is Right with Grails and Wrong with Maven”

  1. Tomek 21 October 2009 at 2:15 am Permalink

    have you tried Gradle ? You definitely should. Best of both worlds (and even more) :)

  2. jonchase 21 October 2009 at 2:18 am Permalink

    I haven’t tried Gradle yet, though it’s definitely on my radar. Does it play well with Grails?

  3. jonchase 1 November 2009 at 7:40 am Permalink

    I heard on the Grails podcast that Gant just replaced its own project build system with Gradle. I’d say that’s a pretty good endorsement. :)


Leave a Reply