Maven, where I start

More often than not today I start my Java projects using an Apache Maven archetype. Whether it be for an Apache CXF based web service, a simple web application or some sort of service most are started from an archetype. However pretty much every project I need to add my secret project ingredients, this typically starts with a couple of key plug-ins: maven-checkstyle-plugin – I really like to know when my code is a mess, even if it does annoy some people....

September 2, 2010 2 min