Maven and Automation of Build/Test/Deploy process
I've convinced the folks at my new project to use Maven for organizing, building and testing our projects. It's my recommendation because they have many (5+) webapps that all have the same dependencies. Maven was the obvious choice to eliminate duplication and standardize directory structures, etc. So my question is - how do I automate our build/test/deploy process? I currently use Anthill with Ant, and wish I could use it with Maven. Last time I checked, I couldn't. I've heard I could use CruiseControl. If that's true (and recommended over Anthill) - anyone got a HowTo?
Posted by Lee on August 21, 2003 at 10:55 PM MDT #
Posted by Mike Cannon-Brookes on August 22, 2003 at 12:40 AM MDT #
Posted by Brett Porter on August 22, 2003 at 03:46 AM MDT #
Download Maven CruiseControl plugin
:)To install: <code>maven plugin:install</code>
Posted by Brett Porter on August 22, 2003 at 03:48 AM MDT #
Posted by Vincent Massol on August 22, 2003 at 09:42 AM MDT #