Thoughts about agile software development, software configuration management, and the intersection between them.
Wednesday, July 19, 2006
Introduction
I'm not going to claim that this blog will have a theme. But one thing I've been meaning to collect was tips and tricks for using tools that help software teams to work more effectively. One such tool is Maven. In the right context, maven2 is a wonderful tool. The trick is trying to find out how to do things. And once I find out, I tend to forget until a friend asks me a related question. So one thing I hope to do is to collect interesting things that I've discovered. Along the way I'll probably also have some opinions to express. If you found your way here, I hope that you find something useful.
Subscribe to:
Post Comments (Atom)
Branching and Integration Time
Discussions about branching often focus on the wrong thing. Unintegrated code sitting around slows teams down, whether the code is in a bran...

-
My main development language is Java, but I also some work in Python for deployment and related tools. Being a big fan of unit testing I wr...
-
This is a bit off of the usual “Software Development/Agile/SCM” theme that I usually follow, but it does fit into the theme of accidental si...
-
Being a fan of Continuous Delivery , identifiable builds, and Continuous Integration: I like to deploy web apps with a visible build number...
No comments:
Post a Comment