-To be defined-

Lazy Developer’s Toolbox #2 - Slightly Better Maven

I must admit I’m not really a huge fan of Maven, but I’m not going to rant how much maven sucks in this post. This tool brought quite a bit of good things to the build automation landscape in Java. Instead I will share with you how to make it a bit more pleasant to use. It’s still de facto a standard in open source world so I guess I will keep it in my toolbox for a little longer.

Read on →

Lazy Developer’s Toolbox #1 - Prepend Git Commit Messages

Being a good citizen of the open source community means following the rules concerning software development defined by the team. One of it, sadly the one very frequently neglected, is meaningful commit message with a reference to the task you worked on. Such an info can be later leveraged by tools like FishEye, but that’s another story. So what’s the problem with that for lazy guys like me?

Read on →