$ cat /dev/brain > /dev/blog

Life is written in chapters but the table of contents is missing.

16 May

You’re working too much… (I)


… if you’re attending a workshop on Maven (which, by the way, is an awesome build management tool) and instead of pom.xml you read p-o-r-n.xml




Filed under: Computer & Technik Tags: ,


4 Responses to “You’re working too much… (I)”

  1. sascha on Jun 4, 2008 | Reply

    awesome in what context?

  2. Jean Pierre on Jun 4, 2008 | Reply

    “Awesome” by the means of how many tasks I now get done automatically, e.g., testing, packaging, dependencies. I’m sure Maven 2 has its traps, too. But so far, I really enjoy using it.

  3. sascha on Jun 4, 2008 | Reply

    Traps. Oh yes, we can fill books of traps. But if you’ve a stable environment, Maven is very nice. At semgine we now have at least 200 Maven 2 projects, building our cor product.

    The main problem of Maven was the instable release policy in the past. Too many plugins in alpha stadium. But it’s “awesome” to escape the ANT hell. But for stable support we patch each new version of Maven 2 and also role out new versions after extensive testing. Take care of using sudenly each new Maven 2 version.

  4. Jean Pierre on Jun 5, 2008 | Reply

    Thanks for the hints :)

Post a Comment