Code Coverage of Clojure Code
Since pulling in Dmitry's test-compile mojo, and adding a test script runner mojo to the clojure-maven-plugin I thought I'd try something fun like running the maven emma plugin against a very simple test project.
I was pleasantly surprised to see so
Comments (0) . Friday, 24 April 2009
Should Sun embrace Maven?
With all the talk from Sun about bringing a focus to modularity in the JDK via Project Jigsaw, I wonder how things would shape up if a modular build tool such as Apache Maven was also adopted.
I've never looked at the JDK sources/build process and I
Comments (2) . Sunday, 14 December 2008
Database Migrations with Maven
In order to learn more about using Apache Maven beyond a more 'simple' build, I decided to build a maven plugin, or mojo as they're called to wrap my simple database migration library.
Now it's as easy as a few lines of XML and SQL to have your data
Comments (0) . Tuesday, 21 October 2008
Maven Based Deployments
For the last few weeks I've been working part time on a small project using Apache Maven as its build tool and this time round I'm finding Maven doesn't suck as much I thought the first time I encountered it. Sure this is a small project, but Maven s
Comments (1) . Sunday, 3 February 2008
What about Maven Antlib?
After reading all the rants about Maven vs Ant and the Maven Sucks/Doesn't Suck posts of late (JavaLobby, Howard Lewis Ship, Don Brown and others) I'm wondering why everyone seems to suggest using Ivy, yet no one ever mentions the Maven Ant Tasks sub
Comments (1) . Friday, 1 February 2008
Using embedded repositories to ease Maven migrations
For awhile I've been wanting to explore migrating our build platform from Apache Ant to Apache Maven and taking advantage of dependency management, the release plugin, and a standardized build process.
One problem I always seem to hit whenever I star
Comments (0) . Sunday, 20 January 2008
Maven: The Definitive Guide
Jason van Zyl just posted to the Maven users group about the first release from the new company <a href="http://www.sonatype.com"Sonatype: Maven - The Definitive Guide is a new book about the maven project build tool from Apache.
So far the books
Comments (0) . Thursday, 26 April 2007
Dependency Scope with Ivy
As we're starting to give our development environment a much needed update at ${work} I've been recently revisiting my usage of the Ivy dependency manager on my project and comparing it with the often hated Apache Maven (or at least the Maven Tasks f
Comments (1) . Monday, 25 September 2006
I started using Maven2 and now I feel sick.
It's quite possibly purely coincidental but ever since I started playing with Maven 2 I've ended up feeling sick as a dog. Raspy throat, guttural deep cough and a husky croaking voice that makes Darth Vader sound like a Tenor.
But regardless of t
Comments (3) . Thursday, 16 March 2006