A colleague of mine said a while ago that he used to ask that question to a certified scrum trainer. The trainer always answers that he will have to get back with an answer. One can speculate in why the person who got the question didn’t have a good answer ready. The are a few options, either he does what he does because he has a passion for it or because he is good at it and it pays good money.
March 28, 2011
March 7, 2011
Set working directory for your Jenkins continuous build server
How do you set the working directory for your Jenkins (formerly known as Hudson) continuous build server to something else than System.getProperty("user.home")+"/.hudson"?
March 5, 2011
Create an executable jar from Maven
Creating an executable jar from Maven is not really hard.
This example will show you how you can include stuff in a jar and make it executable while not including
stuff that is needed only during the build.