Archive for the ‘Build’ Category

Quick Start – Jetty’s maven plugin with SSL

November 24th, 2011 by Marcus Krantz

Speed is the key. I often need a web server in order to run a web application I developed to try things out. Setting up this infrastructure can often be quite tedious but if the only thing you need is a servlet container I often use the approach described in this article. We start out [...]

Posted in Build, Tools, Uncategorized | No Comments »

Get rid of your tedious and error-prone release process

June 14th, 2010 by Magnus Ekstrand

It’s best practice to tag each of your stable releases in your version control system for future reference. However, it is very rare that this sort of work is free from failure. Like many tedious, error-prone tasks, it is one of those things that could do with a bit of automation.
Luckily, the [...]

Posted in Build, Build automation, Tools | No Comments »