On Mar 16, 2009, at 2:34 AM, Ted Dunning wrote:
I am typically a cave man in this sort of thing as well. But maven
does
work well for me.
I think that the difference is that part of my caveman-ism is that I
don't
care to do the 10% of having a fancy build that Grant refers to as
causing
the pain. I would rather simplify my build process and get the maven
benefits (especially in a corporate or open source setting) rather
than have
all the fancy stuff happening.
We're not really doing anything fancy anymore. I prefer simple, too.
Like I said, there is basically 4 commands ppl need to know:
mvn compile
mvn install
mvn test
mvn package
and even the last one is debatable.